https://github.com/GPflow/GPflow
Raw File
Tip revision: 1171b9c16963170b6f05533042ede310cda17afb authored by Jesper Nielsen on 01 March 2022, 12:35:20 UTC
Merge pull request #1794 from GPflow/develop
Tip revision: 1171b9c
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/source/notebooks/*"
back to top