Revision b41c1f9e0caa7b9dd18d272b69fa2853a80f03b0 authored by vdutor on 19 February 2019, 09:26:19 UTC, committed by vdutor on 19 February 2019, 09:26:19 UTC
1 parent f452388
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