https://github.com/GPflow/GPflow
Revision f3d8b231d53c837eacee7251ee45d4dbca9ea065 authored by Simon Chiu on 12 December 2022, 16:50:56 UTC, committed by Simon Chiu on 12 December 2022, 16:50:56 UTC
1 parent cce56f8
Raw File
Tip revision: f3d8b231d53c837eacee7251ee45d4dbca9ea065 authored by Simon Chiu on 12 December 2022, 16:50:56 UTC
Changes which induce this error
Tip revision: f3d8b23
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