https://github.com/GPflow/GPflow
Raw File
Tip revision: a568fedc96dd8528a49ebaaec1d2b47e2d9af811 authored by sc336 on 02 December 2022, 14:13:17 UTC
Sc336/version numbers (#2026)
Tip revision: a568fed
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/sphinx/notebooks/*"
back to top