Revision a618e716a313a1369fb302664de24d2b49920345 authored by ST John on 20 June 2019, 11:47:01 UTC, committed by ST John on 20 June 2019, 11:47:01 UTC
1 parent 3288a95
Raw File
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