https://github.com/GPflow/GPflow
Revision 707b19529b52446a46d9b02b1f5baa1f9b280a04 authored by Artem Artemev on 11 July 2018, 11:21:33 UTC, committed by GitHub on 11 July 2018, 11:21:33 UTC
1 parent 1ff0a87
Raw File
Tip revision: 707b19529b52446a46d9b02b1f5baa1f9b280a04 authored by Artem Artemev on 11 July 2018, 11:21:33 UTC
Release notes 1.2.0 (#810)
Tip revision: 707b195
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