https://github.com/GPflow/GPflow
Revision 52ecfab02ac3c2a27f23f5c82c37214cc5244959 authored by Artem Artemev on 27 November 2017, 22:27:32 UTC, committed by Artem Artemev on 27 November 2017, 22:27:32 UTC
1 parent 4770c34
Raw File
Tip revision: 52ecfab02ac3c2a27f23f5c82c37214cc5244959 authored by Artem Artemev on 27 November 2017, 22:27:32 UTC
[#577] Improvement to improvement of tests in uncertain conditional test.
Tip revision: 52ecfab
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"
back to top