https://github.com/GPflow/GPflow
Raw File
Tip revision: 4af26647c60f64a60089e6ebdb5b43a8eaad0aba authored by Sergio Diaz on 18 March 2019, 14:58:02 UTC
predict tests modifying transpose
Tip revision: 4af2664
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