https://github.com/GPflow/GPflow
Revision ed6acf5991a38302863377dfbb6df99ab19647b4 authored by John Mcleod on 21 September 2021, 20:30:14 UTC, committed by GitHub on 21 September 2021, 20:30:14 UTC
1 parent 5267b72
Raw File
Tip revision: ed6acf5991a38302863377dfbb6df99ab19647b4 authored by John Mcleod on 21 September 2021, 20:30:14 UTC
John/release 2.3.0 (#1716)
Tip revision: ed6acf5
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