Revision 6e7ca956659cd25d45cfdd900645b65787e15e58 authored by Simon Chiu on 21 March 2023, 15:54:21 UTC, committed by Simon Chiu on 22 March 2023, 15:39:23 UTC
1 parent a170611
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/sphinx/notebooks/*"
back to top