swh:1:snp:25085955b26b1e0e3a20c4b26b13e04cfb00c026
Raw File
Tip revision: 48521b03f00abade0f32c049844835cb3fc9897f authored by Fergus on 01 April 2022, 13:13:35 UTC
Merge branch 'develop' into fergus/anisotropy
Tip revision: 48521b0
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/sphinx/notebooks/*"
back to top