https://github.com/GPflow/GPflow
Revision 6c15f0e6345f622c76fb3e5743760e1d7ec1ca64 authored by Sergio Diaz on 11 March 2019, 15:50:16 UTC, committed by Sergio Diaz on 11 March 2019, 15:50:16 UTC
1 parent 9085216
Raw File
Tip revision: 6c15f0e6345f622c76fb3e5743760e1d7ec1ca64 authored by Sergio Diaz on 11 March 2019, 15:50:16 UTC
Finished and verified test for features
Tip revision: 6c15f0e
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