swh:1:snp:00bd25be6ef59fb8210ef6a4c842086902e04451
Raw File
Tip revision: e19233f1c6b0a9fc02a432ba02750041cc2c1fb3 authored by sc336 on 15 March 2023, 10:08:32 UTC
Release 2.7.1 preparation (#2048)
Tip revision: e19233f
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