Revision b5855baec148da0a3c756b6d6e5c83390444a4d4 authored by John Mcleod on 15 April 2021, 15:59:36 UTC, committed by GitHub on 15 April 2021, 15:59:36 UTC
2 parent s ff4bb90 + 9f50087
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