-
Notifications
You must be signed in to change notification settings - Fork 4
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
JUnit XML files generated by meson are not parsed #86
Comments
Do you mind posting a raw version of the JUnit xml that you tried to upload? Inspecting our logs, it seems like we're erroring out because a field we rely on is missing. Specifically, the error message states "No duration found". |
This is the output of running the RAUC testsuite: testlog.junit.xml.gz Meson test runs should be written by default to |
@jluebbe thanks for your patience on this. It looks like there wasn't a At any case, we're trying to handle it on the parser side -> you can follow along codecov/test-results-parser#30 |
Thanks for implementing this so quickly! I've tried the build and test result upload again: https://github.com/jluebbe/rauc/actions/runs/10915969616/job/30296620556 So far, the results have now shown up on https://app.codecov.io/gh/jluebbe/rauc/tests/codecov. Do I need to wait until the fixed version is deployed? |
I've tried this again (https://github.com/jluebbe/rauc/actions/runs/11345991363), but the results are not showing up. Is that something I can fix on my side? Some details...
|
@joseph-sentry can you please take a look here? |
@jluebbe it looks like the generated JUnit XML doesn't have the I think the solution is that we can make the parser ignore this for now, but we don't have a way to process the duration of a I think this is a property of EDIT: looking more into it, i wouldn't suggest using the |
Even without the duration information, having the test results in codecov would be useful. The name change issue seems like something we should fix on meson. |
Originally posted by @jluebbe in #304
The text was updated successfully, but these errors were encountered: