https://github.com/GPflow/GPflow
Raw File
Tip revision: a964149e8e01e314e083cd81a1dfabf2a944ac19 authored by st-- on 27 April 2021, 17:46:42 UTC
Merge pull request #1677 from GPflow/develop
Tip revision: a964149
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