https://github.com/GPflow/GPflow
Raw File
Tip revision: 748352b970d4b54e0937af5c62a10a6598defb63 authored by Simon Chiu on 03 April 2023, 10:01:24 UTC
More renaming
Tip revision: 748352b
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