https://github.com/GPflow/GPflow
Revision 94e532956ac5ddec5a729e831ed7a04a02a9abf3 authored by Sergio Diaz on 10 September 2019, 15:46:04 UTC, committed by Sergio Diaz on 10 September 2019, 15:46:04 UTC
1 parent 01f5976
Raw File
Tip revision: 94e532956ac5ddec5a729e831ed7a04a02a9abf3 authored by Sergio Diaz on 10 September 2019, 15:46:04 UTC
VGP coregion updated although test fail
Tip revision: 94e5329
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