https://github.com/GPflow/GPflow
Revision 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC, committed by Artem Artemev on 09 October 2018, 20:18:15 UTC
1 parent cbc5d2b
Raw File
Tip revision: 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC
Resturcturing gpflow
Tip revision: 6761391
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