swh:1:snp:c27a3710b2d4d750eacc54d8f3b9e57283e8e225
Raw File
Tip revision: 1cdd14f308cd78d9314ef0370bae2b8b291da5c2 authored by Jesper Nielsen on 01 December 2021, 15:07:40 UTC
Only check variable connectedness on the first iteration.
Tip revision: 1cdd14f
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