-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension says xml_tests_report is not enabled even after it is enabled #127
Comments
Hope this can help : I had something similar and was also using gcov plugin. My gcov was configured with :
Changing this to :
Fixed the issue in my case. Maybe you can remove gcov to check ? I guess gcov default value is FALSE ? |
I got this to work. The trick is to add a section for the
You need that in addition to listing I didn't have to do anything in the section for the |
Thank you for contributing and posting a solution. The code which print the given error message is pretty simple. vscode-ceedling-test-adapter/src/adapter.ts Lines 284 to 293 in 4283fdf
I don't understand how adding a |
I am trying to get this to work natively in Windows 10. I am testing this with the temp sensor demo:
ceedling example temp_sensor
. Ceedling works from the command line. I can doceedling test:all
and see that all 47 tests pass. I have addedxml_tests_report
to the plugins list but the extension is still unhappy. I don't know how to debug this further.VS Code: 1.85.0
Ceedling: 0.31.1
Ruby: 2.7.3p183
Contents of the project.yml file:
The XML report exists and is generated to
build/artifacts/test/report.xml
. If I delete the build directory and try to use the extension, I get this error without anything even being generated. It is somehow preemptively and incorrectly deciding it cannot run ceedling. If I run ceedling from the command line, the build directory is regenerated including thereport.xml
file.Here is the error in VS Code.
The text was updated successfully, but these errors were encountered: