swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 6aab4fb1611c88be7d2c63d000fcbb455917400f authored by John Mcleod on 29 April 2021, 14:32:44 UTC
Bugfix for new Posterior object with PrecomputeCacheType.VARIABLE (#1678) (#1679)
Tip revision: 6aab4fb
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