Revision 6aab4fb1611c88be7d2c63d000fcbb455917400f authored by John Mcleod on 29 April 2021, 14:32:44 UTC, committed by GitHub on 29 April 2021, 14:32:44 UTC
1 parent a964149
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