Revision d3ab77d7b16fc7abd4b0f79bf9c8ccc70d585dd6 authored by Joel Berkeley on 08 April 2020, 17:59:04 UTC, committed by Joel Berkeley on 26 May 2020, 22:02:39 UTC
1 parent f8676eb
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