Revision 94949b4c7f37f71a2c5d6c316c33e7b5868ec0a0 authored by ST John on 13 April 2021, 15:45:31 UTC, committed by ST John on 13 April 2021, 15:45:31 UTC
1 parent 0853a66
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