codecov / codecov/test-results-parser
[BUG] Skipped tests are not recognized from uploaded junit.xml files
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Despite having skipped tests information inside junit.xml files, the web interface does not display then at all.
Expected behavior
Be able to see skipped tests in UI.
Additional context
See this sample file https://sbarnea.com/ss/junit.xml - if you visit https://app.codecov.io/gh/ansible/ansible-navigator/tests/main you will see that there are no skipped tests reported, even if we have a few that are skipped and clearly mentioned inside the junit.xml file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by downloading the sample junit.xml and reproducing the issue through the test-results-parser path used by the Codecov tests page. Inspect how skipped-test information is parsed and propagated, then verify completion when skipped tests from the sample appear in the UI at the referenced tests page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100