Revision 0da49fade38742daff63116a5c845e77ab54e589 authored by ST John on 24 March 2022, 09:09:39 UTC, committed by ST John on 24 March 2022, 09:09:39 UTC
1 parent cc7ed07
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