https://github.com/GPflow/GPflow
Revision d1351a2fb9a7a72d5d7facb2eaa0238079b069bd authored by st-- on 11 June 2020, 11:00:12 UTC, committed by GitHub on 11 June 2020, 11:00:12 UTC
2 parent s c8b2131 + 7db2276
Raw File
Tip revision: d1351a2fb9a7a72d5d7facb2eaa0238079b069bd authored by st-- on 11 June 2020, 11:00:12 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: d1351a2
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