Revision 2fd59c634753fb7d015bad859006f62a8d6b0ced authored by stefanos on 17 December 2020, 13:56:04 UTC, committed by stefanos on 17 December 2020, 13:56:04 UTC
1 parent ad3b2ba
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