https://github.com/GPflow/GPflow
Raw File
Tip revision: d3ab77d7b16fc7abd4b0f79bf9c8ccc70d585dd6 authored by Joel Berkeley on 08 April 2020, 17:59:04 UTC
wip
Tip revision: d3ab77d
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