https://github.com/GPflow/GPflow
Revision c43d3f5eda58777c952c0ca3b4e3d9ed30189c36 authored by Artem Artemev on 06 January 2019, 00:46:41 UTC, committed by Artem Artemev on 06 January 2019, 00:46:41 UTC
1 parent d8fc9c1
Raw File
Tip revision: c43d3f5eda58777c952c0ca3b4e3d9ed30189c36 authored by Artem Artemev on 06 January 2019, 00:46:41 UTC
Issue templates
Tip revision: c43d3f5
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