Revision d843d1ac0fd3148740499ff1d1661ec9929337e4 authored by Vincent Dutordoir on 04 June 2020, 14:25:58 UTC, committed by GitHub on 04 June 2020, 14:25:58 UTC
2 parent s 3440b89 + 6fda0e9
Raw File
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