https://github.com/GPflow/GPflow
Revision 79b1a0b03cdd01dd2231ce2e62d3542675d947ab authored by joelberkeley-pio on 13 August 2020, 12:09:56 UTC, committed by GitHub on 13 August 2020, 12:09:56 UTC
1 parent f9eb123
Raw File
Tip revision: 79b1a0b03cdd01dd2231ce2e62d3542675d947ab authored by joelberkeley-pio on 13 August 2020, 12:09:56 UTC
check dependency versions are valid on CI (#1536)
Tip revision: 79b1a0b
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