Revision 8b24183310c08925a15162cc42744d8823501296 authored by Eric Hammy on 26 April 2020, 21:36:15 UTC, committed by GitHub on 26 April 2020, 21:36:15 UTC
1 parent b41d4f3
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