https://github.com/GPflow/GPflow
Revision b558c95de626c66092bf586dc2d145fe32afc1e4 authored by Sergio Diaz on 12 March 2019, 17:40:13 UTC, committed by Sergio Diaz on 12 March 2019, 17:40:13 UTC
1 parent 9423456
Raw File
Tip revision: b558c95de626c66092bf586dc2d145fe32afc1e4 authored by Sergio Diaz on 12 March 2019, 17:40:13 UTC
Some tests require revisiting
Tip revision: b558c95
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