swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: b819db324fb3c64cab4db52c8f618ab8ff0f5778 authored by st-- on 14 September 2020, 17:03:08 UTC
Merge pull request #1565 from GPflow/develop
Tip revision: b819db3
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