swh:1:snp:b15e10909779706fa718388163612581354abce7
Raw File
Tip revision: f70e04d8230a0dc66538420731a5a4da2d4bc42e authored by Jesper Nielsen on 27 January 2022, 16:51:57 UTC
Clean up posterior caching code. (#1763)
Tip revision: f70e04d
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