https://github.com/GPflow/GPflow
Revision a6156e87f04f62b5927e0229ff6cf00dcdfce238 authored by st-- on 15 April 2020, 10:14:37 UTC, committed by GitHub on 15 April 2020, 10:14:37 UTC
1 parent 2018243
Raw File
Tip revision: a6156e87f04f62b5927e0229ff6cf00dcdfce238 authored by st-- on 15 April 2020, 10:14:37 UTC
bump version to 2.0.1 (#1426)
Tip revision: a6156e8
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