Revision c13c49a4626d4629e611f9885168d68d71fc5cc1 authored by Artem Artemev on 09 November 2019, 13:40:48 UTC, committed by GitHub on 09 November 2019, 13:40:48 UTC
1 parent 157aa4f
Raw File
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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