https://github.com/GPflow/GPflow
Revision 814fecc0268a6ef5a26ffdefbf77ffc53b1a37c6 authored by ST John on 16 December 2020, 11:48:50 UTC, committed by ST John on 16 December 2020, 11:48:50 UTC
1 parent 10fb85d
Raw File
Tip revision: 814fecc0268a6ef5a26ffdefbf77ffc53b1a37c6 authored by ST John on 16 December 2020, 11:48:50 UTC
add base_conditional(...) deprecation warnings
Tip revision: 814fecc
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