Revision bc686759ebd1a76f47c54d5253ee8418ee646c95 authored by Jesper Nielsen on 03 March 2022, 11:27:11 UTC, committed by GitHub on 03 March 2022, 11:27:11 UTC
1 parent 2ca04f2
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