https://github.com/GPflow/GPflow
Raw File
Tip revision: fe75b20f8ad3d92ca68c5ec2e0b35b827733e44a authored by Simon Chiu on 09 November 2022, 17:00:03 UTC
Updated to Python 3.11
Tip revision: fe75b20
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