https://github.com/GPflow/GPflow
Revision e3c3f964143f3bc158f1ec7db2e14828dadc51d0 authored by James Hensman on 07 October 2019, 13:17:17 UTC, committed by st-- on 07 October 2019, 13:17:17 UTC
1 parent 2974b94
Raw File
Tip revision: e3c3f964143f3bc158f1ec7db2e14828dadc51d0 authored by James Hensman on 07 October 2019, 13:17:17 UTC
Fix bug in print_summary for composition kernels (#1071)
Tip revision: e3c3f96
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