https://github.com/GPflow/GPflow
Raw File
Tip revision: abfa31eabf2f62d0754e4178065cc8a68d78a25c authored by ST John on 20 June 2019, 12:25:31 UTC
fix export
Tip revision: abfa31e
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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