https://github.com/GPflow/GPflow
Revision 34a19a8a7c5734b303207a307b5d9ba9073dc273 authored by ST John on 15 December 2020, 17:19:10 UTC, committed by ST John on 15 December 2020, 17:19:10 UTC
1 parent 3c401de
Raw File
Tip revision: 34a19a8a7c5734b303207a307b5d9ba9073dc273 authored by ST John on 15 December 2020, 17:19:10 UTC
revert base_conditional to use base-conditional_with_lm (not reordered)
Tip revision: 34a19a8
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