Revision 5d8bb449b8e0e2229a2b5473970a372eb63529b0 authored by ST John on 02 December 2020, 14:32:36 UTC, committed by ST John on 02 December 2020, 14:32:36 UTC
1 parent 60e19f8
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