https://github.com/GPflow/GPflow
Raw File
Tip revision: b635b6a5293dd307a6fa4e7f2d95d4c9b0f13ade authored by Simon Chiu on 02 December 2022, 13:24:57 UTC
Update version
Tip revision: b635b6a
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