Revision a228884dff09e15af3be6b3b7fbf8bd0254cc413 authored by st-- on 17 July 2020, 13:13:44 UTC, committed by GitHub on 17 July 2020, 13:13:44 UTC
2 parent s 3845895 + 3c17a7d
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