https://github.com/GPflow/GPflow
Raw File
Tip revision: a3a896e00de24d0548ad0dc8afd914f0386c281f authored by uri-granta on 09 August 2023, 08:32:29 UTC
Merge pull request #2084 from GPflow/develop
Tip revision: a3a896e
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