https://github.com/GPflow/GPflow
Revision dc6b9f279cfde394b9cd010a2699b5f48b106402 authored by James Hensman on 14 October 2019, 17:40:44 UTC, committed by James Hensman on 14 October 2019, 17:40:44 UTC
1 parent bf6a291
Raw File
Tip revision: dc6b9f279cfde394b9cd010a2699b5f48b106402 authored by James Hensman on 14 October 2019, 17:40:44 UTC
assorted bugfixes
Tip revision: dc6b9f2
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