https://github.com/GPflow/GPflow
Revision a8f9348920763a6b1d69108bbb1f415847018830 authored by ST John on 09 October 2019, 13:32:07 UTC, committed by ST John on 09 October 2019, 13:32:11 UTC
1 parent 760bf04
Raw File
Tip revision: a8f9348920763a6b1d69108bbb1f415847018830 authored by ST John on 09 October 2019, 13:32:07 UTC
minor changes
Tip revision: a8f9348
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