Revision 9f95d87c66582ab774e0979e4fe9957ea05f56be authored by st-- on 07 October 2020, 12:01:42 UTC, committed by GitHub on 07 October 2020, 12:01:42 UTC
1 parent cfd1830
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