swh:1:snp:25085955b26b1e0e3a20c4b26b13e04cfb00c026
Raw File
Tip revision: 646ca7a0dc8f7da7afe5f5d958fefe5abebece65 authored by ST John on 15 March 2021, 11:16:47 UTC
format
Tip revision: 646ca7a
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