https://github.com/GPflow/GPflow
Revision eecabb817f8344db2b3cc1fb6967331e9e5216af authored by Jesper Nielsen on 16 September 2022, 11:51:08 UTC, committed by GitHub on 16 September 2022, 11:51:08 UTC
1 parent 0055e34
Raw File
Tip revision: eecabb817f8344db2b3cc1fb6967331e9e5216af authored by Jesper Nielsen on 16 September 2022, 11:51:08 UTC
Run benchmarks in parallel. (#1974)
Tip revision: eecabb8
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