Revision ba71ff1dc1282c7ce88e7da0596c11754f51d0f0 authored by stefanos on 17 December 2020, 11:52:36 UTC, committed by stefanos on 17 December 2020, 11:54:17 UTC
1 parent 00c4b20
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