https://github.com/GPflow/GPflow
Revision d15e4454d2a36742a2f58892bedf98c8b0b65276 authored by ST John on 07 March 2018, 10:21:06 UTC, committed by ST John on 07 March 2018, 10:21:06 UTC
1 parent 1e0b45b
Raw File
Tip revision: d15e4454d2a36742a2f58892bedf98c8b0b65276 authored by ST John on 07 March 2018, 10:21:06 UTC
add ```
Tip revision: d15e445
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