Revision 9542ba90f56b11407a7f9a9af3a2330ee2eb1762 authored by ST John on 15 December 2020, 20:05:34 UTC, committed by ST John on 15 December 2020, 20:05:34 UTC
1 parent 34a19a8
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