https://github.com/GPflow/GPflow
Raw File
Tip revision: c5e75748673d77f4c4cc04ca48cb7d7e154c975a authored by frgsimpson on 16 February 2022, 19:15:36 UTC
Remove old script
Tip revision: c5e7574
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