https://github.com/GPflow/GPflow
Raw File
Tip revision: 4fb57ca6c0f39c60ce286bed2f42463236906ac0 authored by Uri Granta on 14 June 2023, 13:36:38 UTC
And again
Tip revision: 4fb57ca
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