Revision f8676ebad68d153031313d82b7f0e2edff837e7a authored by st-- on 20 May 2020, 12:19:40 UTC, committed by GitHub on 20 May 2020, 12:19:40 UTC
1 parent a198764
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