https://github.com/GPflow/GPflow
Raw File
Tip revision: ec697b537ebf2a7f7facb39aa3f99b423852f201 authored by Uri Granta on 08 August 2023, 08:20:09 UTC
Bump rtol on fragile test
Tip revision: ec697b5
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