Revision 44989ecc43ccd653cd9b71660ebb0d1fc9f300d9 authored by Artem Artemev on 13 August 2019, 21:55:51 UTC, committed by GitHub on 13 August 2019, 21:55:51 UTC
1 parent 125846f
Raw File
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top