Revision 918a3865db4b03319d59a3d0268c530470791a89 authored by st-- on 28 January 2019, 13:49:00 UTC, committed by GitHub on 28 January 2019, 13:49:00 UTC
Co-Authored-By: jameshensman <james.hensman@gmail.com>
1 parent 2fa3e6c
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