https://github.com/GPflow/GPflow
Raw File
Tip revision: aa875b17a42f0e97d3a38a8635c929a417ae2c30 authored by st-- on 30 September 2020, 17:12:47 UTC
Merge pull request #1576 from GPflow/develop
Tip revision: aa875b1
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