Revision cf7dc6db80e70c21ba245e48a76f358f7849de87 authored by ST John on 12 November 2020, 16:19:07 UTC, committed by ST John on 12 November 2020, 16:19:07 UTC
1 parent 282d1cd
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