Revision 6c15f0e6345f622c76fb3e5743760e1d7ec1ca64 authored by Sergio Diaz on 11 March 2019, 15:50:16 UTC, committed by Sergio Diaz on 11 March 2019, 15:50:16 UTC
1 parent 9085216
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