https://github.com/GPflow/GPflow
Revision 00c4b20fce5aa1ca236b337a17dfb32561ad1f71 authored by ST John on 16 December 2020, 21:21:19 UTC, committed by ST John on 16 December 2020, 21:21:19 UTC
1 parent ac8c585
Raw File
Tip revision: 00c4b20fce5aa1ca236b337a17dfb32561ad1f71 authored by ST John on 16 December 2020, 21:21:19 UTC
fix printing tests
Tip revision: 00c4b20
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