Revision b74e19e74c1a0e705e69a6bbee7709354e12563e authored by st-- on 05 October 2020, 10:48:01 UTC, committed by GitHub on 05 October 2020, 10:48:01 UTC
1 parent 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