Revision 711788506116546465a01ca30f2eab969eb081f3 authored by ST John on 29 April 2021, 10:40:46 UTC, committed by ST John on 29 April 2021, 10:40:46 UTC
1 parent 9779e57
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