https://github.com/GPflow/GPflow
Raw File
Tip revision: a365045c6f17c6a805285ea0aaf9bc09ce386a5d authored by Jesper Nielsen on 20 January 2022, 11:23:01 UTC
Merge pull request #1757 from GPflow/develop
Tip revision: a365045
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