ci: report test results and bundle sizes to Codecov - #57
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 40 40
Lines 553 553
Branches 94 94
=========================================
Hits 553 553 ☔ View full report in Codecov by Harness. |
funkadelic
marked this pull request as ready for review
August 29, 2026 05:36
The three suites each write a JUnit report into junit/, uploaded through the codecov-action already pinned here, so an intermittent failure is flagged as a flake. Written outside test-results/, which the end-to-end runner clears before every run. Bundle sizes come from @codecov/bundle-analyzer over dist/. The Vite plugin peers vite 4, 5 and 6 and will not install beside this tree's vite 8, so the standalone CLI is the supported route; it reports assets and not individual modules. The normalize pattern is required because the analyzer's fallback hash matcher is hex only and Vite's hashes are base64.
funkadelic
force-pushed
the
ci/codecov-bundle-and-test-analysis
branch
from
August 29, 2026 05:36
29b3f58 to
3ab26c7
Compare
The uploader matches file names against *junit*.xml and reads the directory name as nothing, so jsdom.xml, browser.xml and e2e.xml in junit/ matched none of its patterns. It found zero files, uploaded nothing, and still exited green under fail_ci_if_error.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Enable test results and bundle sizes to Codecov