https://github.com/GPflow/GPflow
Raw File
Tip revision: c2084b8bbad2963dc439ef426d085ca4fe3045da authored by Uri Granta on 27 March 2024, 18:17:03 UTC
Update test accordingly
Tip revision: c2084b8
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