Revision dd5a01ebe72bdae13467279af8404a54521948a8 authored by Jesper Nielsen on 11 July 2022, 15:22:23 UTC, committed by GitHub on 11 July 2022, 15:22:23 UTC
1 parent fda8368
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/sphinx/notebooks/*"
back to top