https://github.com/GPflow/GPflow
Raw File
Tip revision: cb73cecc9d5a4c74988ece089e2032d8890ce85e authored by Uri Granta on 23 November 2023, 19:33:34 UTC
Fix DType (hopefully)
Tip revision: cb73cec
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