Revision 0336b27442a07af5e521ebc424b4bbb32dca0071 authored by st-- on 14 September 2020, 17:00:04 UTC, committed by GitHub on 14 September 2020, 17:00:04 UTC
2 parent s 5c49580 + d51c487
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