https://github.com/GPflow/GPflow
Raw File
Tip revision: 3bba344ff65e112cea1aef3a6087bc7d611a0ad1 authored by Artem Artemev on 26 January 2023, 16:01:40 UTC
Use PyPi token for package uploading (#2043)
Tip revision: 3bba344
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