https://github.com/GPflow/GPflow
Revision 2cb1a4af92ae40e829d2e58796f6bfb9ed7334c0 authored by ST John on 23 November 2017, 21:24:36 UTC, committed by ST John on 23 November 2017, 21:24:36 UTC
1 parent f42cab0
Raw File
Tip revision: 2cb1a4af92ae40e829d2e58796f6bfb9ed7334c0 authored by ST John on 23 November 2017, 21:24:36 UTC
add test
Tip revision: 2cb1a4a
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"
back to top