https://github.com/GPflow/GPflow
Revision 8153ffa233823fbd649997bc25f74761ae25dd94 authored by ST John on 23 November 2017, 16:46:50 UTC, committed by ST John on 23 November 2017, 16:46:50 UTC
1 parent a3aa873
Raw File
Tip revision: 8153ffa233823fbd649997bc25f74761ae25dd94 authored by ST John on 23 November 2017, 16:46:50 UTC
add tests for code coverage
Tip revision: 8153ffa
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