Revision 4030732d2dccbf51822ed62153503144398d320d authored by ST John on 24 January 2020, 23:40:35 UTC, committed by ST John on 24 January 2020, 23:40:35 UTC
1 parent 8a73e6d
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