Revision a6f30432d089574560606cacc78ca6203150b132 authored by Artem Artemev on 27 October 2019, 17:21:33 UTC, committed by Artem Artemev on 27 October 2019, 17:21:33 UTC
2 parent s 5d6336f + 9b5bf76
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