https://github.com/GPflow/GPflow
Raw File
Tip revision: eaa4bfb8a3348d569f224a0563b9c0e9b8c2a7ac authored by Khurram Ghani on 25 April 2023, 09:24:28 UTC
Switch to using enum to select scipy XLA compile
Tip revision: eaa4bfb
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