https://github.com/GPflow/GPflow
Revision 156289ec8793fee06908a7cf723278b5125d8686 authored by Sergio Diaz on 14 March 2019, 11:35:24 UTC, committed by Sergio Diaz on 14 March 2019, 11:35:24 UTC
1 parent 0863085
Raw File
Tip revision: 156289ec8793fee06908a7cf723278b5125d8686 authored by Sergio Diaz on 14 March 2019, 11:35:24 UTC
Cleaning up tests for features
Tip revision: 156289e
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