codecov / feedback

A place to discuss feedback about the pull request and web product experience.
37 stars 7 forks source link

Test reports not appearing #558

Closed Tellicious closed 2 weeks ago

Tellicious commented 3 weeks ago

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 Image Image

Additional context GitHub Repo: gh/Tellicious/ADV-Utils Latest CI run: UnitTests

Chrimle commented 3 weeks ago

I've encountered a similar issue #565 , also using codecov/codecov-action@v4, but for Jacoco test coverage reports.

Tellicious commented 2 weeks ago

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>
drazisil-codecov commented 2 weeks ago

... Did I never respond here? I know I started looking a few days ago... I must have been called away. Looking.

drazisil-codecov commented 2 weeks ago

@Chrimle this is for test results. Your issue is for coverage, correct?

drazisil-codecov commented 2 weeks ago

@Tellicious Something odd happened with Google Cloud Storage when you tried. Can you please re-run the CI and see if it works now?

Tellicious commented 2 weeks ago

@drazisil-codecov I confirm that it works now, thanks