numaru/vscode-ceedling-test-adapter

When xml and junit test report is enabled plugin doesn't work

OlegZv opened this issue · 1 comments

When xml_tests_report and junit_tests_report is enabled the extension doesn't work, it stuck on the testing stage.
image

Removing junit_tests_report makes it work again.

:plugins:
  :load_paths:
    - vendor/ceedling/plugins
  :enabled:
    - xml_tests_report
    - junit_tests_report
    - stdout_pretty_tests_report
    - module_generator
    - raw_output_report
    - gcov

This seems fixed by ThrowTheSwitch/Ceedling#324. Since it require the last (and unreleased) version of ceedling, a disclaimer should be appended to the README.md of this repo.