Revision 435a7ffac5a7188a6886aba9f43ebc87a1dde1df authored by Artem Artemev on 20 May 2020, 13:59:30 UTC, committed by GitHub on 20 May 2020, 13:59:30 UTC
2 parent s b83f124 + f8676eb
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