https://github.com/GPflow/GPflow
Raw File
Tip revision: 08abd10aa047a1abd42893623b467636f087df01 authored by Jesper Nielsen on 10 October 2022, 12:54:48 UTC
Merge pull request #1997 from GPflow/develop
Tip revision: 08abd10
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