https://github.com/GPflow/GPflow
Raw File
Tip revision: ec89553fc84d32ccdc49ca3a0efcf7f6eb5a83ff authored by Simon Chiu on 29 November 2022, 14:22:07 UTC
Link to new versions
Tip revision: ec89553
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top