https://github.com/GPflow/GPflow
Revision 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC, committed by GitHub on 07 May 2020, 14:45:49 UTC
1 parent 8f06b7c
Raw File
Tip revision: 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC
release candidate v2.0.2 (#1457)
Tip revision: 6ce4203
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