Revision 2b103e700bc484e9bd0c3ce9327ad5b38ccc1398 authored by Alessandro Vullo on 29 September 2021, 13:53:59 UTC, committed by GitHub on 29 September 2021, 13:53:59 UTC
2 parent s 4db4cea + ed6acf5
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