https://github.com/GPflow/GPflow
Revision 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC, committed by GitHub on 04 June 2020, 16:14:50 UTC
2 parent s c194230 + 77eacca
Raw File
Tip revision: 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: 21104e8
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