https://github.com/GPflow/GPflow
Raw File
Tip revision: 00c6de3cc1f6d44bdd3bba5b4f0a31bb196f38fe authored by Simon Chiu on 02 December 2022, 13:24:27 UTC
Update VERSION
Tip revision: 00c6de3
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