swh:1:snp:c27a3710b2d4d750eacc54d8f3b9e57283e8e225
Raw File
Tip revision: 66bb002c84cfdd2f9cad86f5ba3653746712e2c3 authored by Andrew Liubinas on 07 December 2021, 09:58:35 UTC
change release notes
Tip revision: 66bb002
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