Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nextest-runner] use an IndexMap for JUnit aggregation #1974

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

sunshowers
Copy link
Member

Test suites that run first are now stored first in the JUnit output. Previously this was effectively in completely random order, which doesn't seem right.

Test suites that run first are now stored first in the JUnit output. Previously
this was effectively in completely random order, which doesn't seem right.
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.62%. Comparing base (be72863) to head (ac3c337).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
nextest-runner/src/reporter/aggregator/junit.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1974   +/-   ##
=======================================
  Coverage   80.61%   80.62%           
=======================================
  Files          95       95           
  Lines       23071    23071           
=======================================
+ Hits        18599    18600    +1     
+ Misses       4472     4471    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sunshowers sunshowers merged commit 4e6c61c into main Dec 11, 2024
19 checks passed
@sunshowers sunshowers deleted the indexmap branch December 11, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant