Revision bd1eb7ce24138ef108edd45c5b22346f796e1da8 authored by Fergus on 26 November 2019, 20:55:57 UTC, committed by Artem Artemev on 26 November 2019, 20:55:57 UTC
1 parent 1b9073d
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