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