https://github.com/GPflow/GPflow
Raw File
Tip revision: febfc29baae2b2b505dab4a4b879a8cfa3b1e2d4 authored by Gustavo Carvalho on 05 October 2020, 11:55:50 UTC
Merge remote-tracking branch 'origin/develop' into gustavocmv/ndiagghquadrature-property-setter
Tip revision: febfc29
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