https://github.com/GPflow/GPflow
Revision 0d42c6a4dcd83d81275eabbf80e7b55675fe7768 authored by Sergio Diaz on 14 March 2019, 18:06:01 UTC, committed by Sergio Diaz on 14 March 2019, 18:06:01 UTC
1 parent d348f2a
Raw File
Tip revision: 0d42c6a4dcd83d81275eabbf80e7b55675fe7768 authored by Sergio Diaz on 14 March 2019, 18:06:01 UTC
Skip GPR test
Tip revision: 0d42c6a
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