Skip to content

ci: integrate Codecov test analytics via cargo-nextest#541

Draft
xdustinface wants to merge 2 commits intov0.42-devfrom
ci/codecov-test-analytics
Draft

ci: integrate Codecov test analytics via cargo-nextest#541
xdustinface wants to merge 2 commits intov0.42-devfrom
ci/codecov-test-analytics

Conversation

@xdustinface
Copy link
Copy Markdown
Collaborator

Switch CI test runner from cargo test to cargo-nextest to produce JUnit XML reports. Results are uploaded to Codecov's new test analytics feature for tracking test duration trends, failure rates, and flaky tests.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 15, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ee7b9f85-614b-4438-b4b0-b7e5ea69b766

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/codecov-test-analytics

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.46%. Comparing base (be8ddf0) to head (1e19c6b).
⚠️ Report is 1 commits behind head on v0.42-dev.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           v0.42-dev     #541      +/-   ##
=============================================
+ Coverage      71.41%   71.46%   +0.04%     
=============================================
  Files            320      320              
  Lines          68776    68770       -6     
=============================================
+ Hits           49114    49144      +30     
+ Misses         19662    19626      -36     
Flag Coverage Δ
core 76.51% <ø> (ø)
ffi 46.20% <ø> (-0.04%) ⬇️
rpc 20.00% <ø> (ø)
spv 87.64% <ø> (+0.23%) ⬆️
wallet 70.07% <ø> (ø)
see 8 files with indirect coverage changes

@xdustinface xdustinface force-pushed the ci/codecov-test-analytics branch 2 times, most recently from 1596bff to 7cdd7e8 Compare March 15, 2026 17:41
@github-actions
Copy link
Copy Markdown
Contributor

This PR has merge conflicts with the base branch. Please rebase or merge the base branch into your branch to resolve them.

@github-actions github-actions Bot added the merge-conflict The PR conflicts with the target branch. label Mar 16, 2026
Switch CI test runner from `cargo test` to `cargo-nextest` to produce
JUnit XML reports. Results are uploaded to Codecov's new test analytics
feature for tracking test duration trends, failure rates, and flaky tests.
- Serialize `dashd_sync` integration tests via nextest test-groups
  (nextest runs each test as a separate process concurrently, causing
  dashd resource contention and crashes)
- Add `--no-tests=pass` to nextest commands so crates with zero tests
  (like `dash-fuzz`) don't fail
- Output explicit JUnit file list instead of glob pattern to avoid
  Windows path expansion issues with codecov CLI
@xdustinface xdustinface force-pushed the ci/codecov-test-analytics branch from 7cdd7e8 to 1e19c6b Compare May 7, 2026 00:35
@github-actions github-actions Bot removed the merge-conflict The PR conflicts with the target branch. label May 7, 2026
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