Revision aa875b17a42f0e97d3a38a8635c929a417ae2c30 authored by st-- on 30 September 2020, 17:12:47 UTC, committed by GitHub on 30 September 2020, 17:12:47 UTC
2 parent s b819db3 + 8e0744a
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