Revision 6bf7110995330b891633f0c06a0ac5a2f4d6427e authored by Jesper Nielsen on 28 April 2022, 12:01:21 UTC, committed by GitHub on 28 April 2022, 12:01:21 UTC
2 parent s 10cfc31 + d3a4819
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/sphinx/notebooks/*"
back to top