https://github.com/GPflow/GPflow
Revision dbb5be952d44af3eec540a590821039ef2a9877e authored by frgsimpson on 04 August 2022, 13:40:07 UTC, committed by frgsimpson on 04 August 2022, 13:40:07 UTC
1 parent 15be266
Raw File
Tip revision: dbb5be952d44af3eec540a590821039ef2a9877e authored by frgsimpson on 04 August 2022, 13:40:07 UTC
Add a few hacks
Tip revision: dbb5be9
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/sphinx/notebooks/*"
back to top