Revision da7f9441ee503d4b99214ec8b0648a1cfbd9204e authored by thevincentadam on 20 January 2020, 15:39:59 UTC, committed by thevincentadam on 20 January 2020, 15:39:59 UTC
2 parent s 1563488 + 81543cc
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