https://github.com/GPflow/GPflow
Revision f8676ebad68d153031313d82b7f0e2edff837e7a authored by st-- on 20 May 2020, 12:19:40 UTC, committed by GitHub on 20 May 2020, 12:19:40 UTC
1 parent a198764
Raw File
Tip revision: f8676ebad68d153031313d82b7f0e2edff837e7a authored by st-- on 20 May 2020, 12:19:40 UTC
bump version to 2.0.4 (#1478)
Tip revision: f8676eb
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