Revision 769cbfc00f99b4a821fdf91cfa4c02cdad715424 authored by Jesper Nielsen on 20 September 2022, 13:42:39 UTC, committed by GitHub on 20 September 2022, 13:42:39 UTC
2 parent s 331d44f + 4f1f4a8
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