Revision 7917b4222c484484299276e7afed27fa8fcb22dc authored by frgsimpson on 29 July 2021, 16:48:39 UTC, committed by frgsimpson on 29 July 2021, 16:48:39 UTC
1 parent a0a3439
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