https://github.com/GPflow/GPflow
Revision f3570cba7ac7a54b46774d1739382e9ff264c18e authored by John Mcleod on 03 December 2021, 16:30:55 UTC, committed by GitHub on 03 December 2021, 16:30:55 UTC
1 parent 7ec8bb3
Raw File
Tip revision: f3570cba7ac7a54b46774d1739382e9ff264c18e authored by John Mcleod on 03 December 2021, 16:30:55 UTC
Fix #1733 (#1734)
Tip revision: f3570cb
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/source/notebooks/*"
back to top