https://github.com/GPflow/GPflow
Revision 8f5b028ec25a7593aaefb11260d21a73a3415a8a authored by Artem Artemev on 18 March 2019, 15:34:41 UTC, committed by Artem Artemev on 18 March 2019, 15:34:41 UTC
1 parent 1bb5a04
Raw File
Tip revision: 8f5b028ec25a7593aaefb11260d21a73a3415a8a authored by Artem Artemev on 18 March 2019, 15:34:41 UTC
Move quadrature test to test directory
Tip revision: 8f5b028
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