Revision e0bbe6971f21c6920cfbb267d8f38d3e573158a6 authored by Sergio Diaz on 20 March 2019, 15:45:52 UTC, committed by Sergio Diaz on 20 March 2019, 15:45:52 UTC
1 parent ee681fd
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