https://github.com/GPflow/GPflow
Raw File
Tip revision: 8549323b3e75137363b6dadd7cc65f3911ee2379 authored by uri-granta on 27 June 2023, 12:11:20 UTC
Merge pull request #2076 from GPflow/develop
Tip revision: 8549323
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