https://github.com/GPflow/GPflow
Revision 1bb5a047c726e00b41b9ab23ea59ad862681d680 authored by Sergio Diaz on 18 March 2019, 15:11:28 UTC, committed by Sergio Diaz on 18 March 2019, 15:11:28 UTC
1 parent ff95af4
Raw File
Tip revision: 1bb5a047c726e00b41b9ab23ea59ad862681d680 authored by Sergio Diaz on 18 March 2019, 15:11:28 UTC
Quadrature test with pytest
Tip revision: 1bb5a04
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