https://github.com/GPflow/GPflow
Revision f2ee934a5f0c0d5b347f152b05efb0592d013ba8 authored by ST John on 14 December 2020, 16:00:16 UTC, committed by ST John on 14 December 2020, 16:00:16 UTC
1 parent d7d5ff6
Raw File
Tip revision: f2ee934a5f0c0d5b347f152b05efb0592d013ba8 authored by ST John on 14 December 2020, 16:00:16 UTC
WIP: base_conditional_with_lm_reordered
Tip revision: f2ee934
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