Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 31, 2026

The Code Coverage Summary step failed because the test runner output path didn't match the expected path.

Test command produced: coverage/coverage/coverage.cobertura.xml
Workflow expected: coverage/coverage.cobertura.xml

The --coverage-output coverage.cobertura.xml parameter created an extra coverage/ subdirectory under --results-directory coverage.

Changes

  • Changed coverage output filename from coverage.cobertura.xml to cobertura.xml
  • Updated CodeCoverageSummary action to read from coverage/cobertura.xml

Final path is now coverage/cobertura.xml consistently.

Original prompt

Reference: https://github.com/exceptionless/Exceptionless/actions/runs/21479985333/job/61873539380

Figure out the RCA for this failure


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: niemyjski <1020579+niemyjski@users.noreply.github.com>
Copilot AI changed the title [WIP] Determine root cause of CI failure in latest run Fix coverage file path mismatch in CI workflow Jan 31, 2026
Copilot AI requested a review from niemyjski January 31, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants