https://github.com/GPflow/GPflow
Revision 542b7eccf305aaa93908332d4a9b4b7942cda735 authored by Vincent Dutordoir on 25 August 2022, 15:57:37 UTC, committed by GitHub on 25 August 2022, 15:57:37 UTC
1 parent 0df424c
Raw File
Tip revision: 542b7eccf305aaa93908332d4a9b4b7942cda735 authored by Vincent Dutordoir on 25 August 2022, 15:57:37 UTC
Typo benchmarking readme
Tip revision: 542b7ec
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