https://github.com/GPflow/GPflow
Revision dc6ef1ed25b10e8df31cb1772cca3586ba2646fa authored by Simon Chiu on 12 December 2022, 16:46:05 UTC, committed by Simon Chiu on 12 December 2022, 16:46:05 UTC
1 parent 52c67d6
Raw File
Tip revision: dc6ef1ed25b10e8df31cb1772cca3586ba2646fa authored by Simon Chiu on 12 December 2022, 16:46:05 UTC
Ineffective logging
Tip revision: dc6ef1e
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