https://github.com/GPflow/GPflow
Revision f46cf973b75952a860536b8e31805fc73cacfd3e authored by ST John on 14 May 2020, 15:15:25 UTC, committed by ST John on 14 May 2020, 15:15:25 UTC
1 parent 3c45748
Raw File
Tip revision: f46cf973b75952a860536b8e31805fc73cacfd3e authored by ST John on 14 May 2020, 15:15:25 UTC
turn into keyword arg
Tip revision: f46cf97
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