Revision 9332bd1f7c5e079845f5b1871d3cbe40326a5e4b authored by Jesper Nielsen on 08 March 2022, 11:18:18 UTC, committed by GitHub on 08 March 2022, 11:18:18 UTC
1 parent 4a33529
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