Revision 1b9073da2bcb137dfbc27017a45a1c306ceda2d1 authored by st-- on 26 November 2019, 20:54:33 UTC, committed by Artem Artemev on 26 November 2019, 20:54:33 UTC
1 parent 4654676
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