Revision 6f7f0d8bcbcaa499fa4477885e6c964468e6dcf9 authored by st-- on 07 October 2020, 15:58:01 UTC, committed by GitHub on 07 October 2020, 15:58:01 UTC
2 parent s aa875b1 + 9f95d87
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