https://github.com/GPflow/GPflow
Revision 81543ccc562ca227df277a4b254e32a17938a007 authored by thevincentadam on 20 January 2020, 15:39:38 UTC, committed by thevincentadam on 20 January 2020, 15:39:38 UTC
1 parent fac31a7
Raw File
Tip revision: 81543ccc562ca227df277a4b254e32a17938a007 authored by thevincentadam on 20 January 2020, 15:39:38 UTC
make conditioning output a parameter
Tip revision: 81543cc
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