https://github.com/GPflow/GPflow
Revision 7c851ec320600652f085dab7581113dc4f57430c authored by Nils on 23 February 2020, 18:14:35 UTC, committed by GitHub on 23 February 2020, 18:14:35 UTC
1 parent 3317868
Raw File
Tip revision: 7c851ec320600652f085dab7581113dc4f57430c authored by Nils on 23 February 2020, 18:14:35 UTC
add `kerndisc` to projects section (#1273)
Tip revision: 7c851ec
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