Revision 91c6fb11a268bf061e6aee5f4d5a1d5dd056c7e9 authored by Jesper Nielsen on 26 September 2022, 10:05:04 UTC, committed by GitHub on 26 September 2022, 10:05:04 UTC
2 parent s 580aa14 + 762544f
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