Closed Tellicious closed 2 weeks ago
I've encountered a similar issue #565 , also using codecov/codecov-action@v4
, but for Jacoco test coverage reports.
I also add my XML test output here:
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="test_event" time="0.000" tests="7" failures="0" errors="0" skipped="0" >
<testcase name="test_eventInit" time="0.000" >
</testcase>
<testcase name="test_eventInitStatic" time="0.000" >
</testcase>
<testcase name="test_eventRegister" time="0.000" >
</testcase>
<testcase name="test_eventRegisterEx" time="0.000" >
</testcase>
<testcase name="test_eventDispatch" time="0.000" >
</testcase>
<testcase name="test_eventDispatchEx" time="0.000" >
</testcase>
<testcase name="test_eventDelete" time="0.000" >
</testcase>
</testsuite>
</testsuites>
... Did I never respond here? I know I started looking a few days ago... I must have been called away. Looking.
@Chrimle this is for test results. Your issue is for coverage, correct?
@Tellicious Something odd happened with Google Cloud Storage when you tried. Can you please re-run the CI and see if it works now?
@drazisil-codecov I confirm that it works now, thanks
Describe the bug Despite being uploaded correctly, test results do not appear in the related tab and no error message is shown
Environment (please complete the following information):
Screenshots
Additional context GitHub Repo: gh/Tellicious/ADV-Utils Latest CI run: UnitTests