https://github.com/GPflow/GPflow
Revision fe82d3f83113bb2379b11a80f7f49d7f0f64d9d3 authored by Artem Artemev on 19 October 2018, 16:38:49 UTC, committed by GitHub on 19 October 2018, 16:38:49 UTC
1 parent 63975b1
Raw File
Tip revision: fe82d3f83113bb2379b11a80f7f49d7f0f64d9d3 authored by Artem Artemev on 19 October 2018, 16:38:49 UTC
Release version 1.3.0 (#870)
Tip revision: fe82d3f
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top