Revision e9894c0f1939b1bb9ff22a23d787873b77de824c authored by Jesper Nielsen on 12 October 2022, 08:38:01 UTC, committed by GitHub on 12 October 2022, 08:38:01 UTC
1 parent 9f4dca0
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