https://github.com/GPflow/GPflow
Revision 147ce61e840ba80d3b387018c24026f32231e200 authored by Vincent Dutordoir on 22 May 2018, 21:33:17 UTC, committed by Artem Artemev on 22 May 2018, 21:33:17 UTC
1 parent d40222d
Raw File
Tip revision: 147ce61e840ba80d3b387018c24026f32231e200 authored by Vincent Dutordoir on 22 May 2018, 21:33:17 UTC
Logger in the settings (#764)
Tip revision: 147ce61
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top