https://github.com/GPflow/GPflow
Raw File
Tip revision: 4a0af353cddc9375d6a630539230e9ae2d47bd1b authored by John Mcleod on 10 November 2021, 11:17:49 UTC
Update RELEASE.md
Tip revision: 4a0af35
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/source/notebooks/*"
back to top