Revision d088c2c4583df606a6f0ba79eea78d27c6210f7c authored by st-- on 27 October 2021, 08:05:54 UTC, committed by GitHub on 27 October 2021, 08:05:54 UTC
Closes https://github.com/GPflow/GPflow/issues/1674
1 parent 5442883
Raw File
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