https://github.com/GPflow/GPflow
Raw File
Tip revision: cf629d5d91a005fe8bdf72791eb8cda0374f2bee authored by James Hensman on 29 November 2017, 00:08:29 UTC
Merge pull request #581 from GPflow/readme-py3
Tip revision: cf629d5
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