swh:1:snp:6298e170750eb9cfb13fbd6f84b11ca6a6738b27
Raw File
Tip revision: 4f1f4a83d97041737148431db1c4f1e967bd5802 authored by Jesper Nielsen on 20 September 2022, 12:33:56 UTC
Prepare for release 2.6.0. (#1979)
Tip revision: 4f1f4a8
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