Revision d7e6b2134aeddd0782d4a39e2b66fda788a264bc authored by ST John on 18 January 2021, 12:10:10 UTC, committed by ST John on 18 January 2021, 12:10:10 UTC
1 parent b47d114
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