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
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
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: 7da4de85-caf3-436a-a383-b41f7502e3b1

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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci/codecov-test-analytics
📝 Coding Plan
  • Generate coding plan for human review comments

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

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.95%. Comparing base (4b02de1) to head (7cdd7e8).
⚠️ 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      65.95%   65.95%   -0.01%     
=============================================
  Files            311      311              
  Lines          64586    64586              
=============================================
- Hits           42599    42597       -2     
- Misses         21987    21989       +2     
Flag Coverage Δ
core 75.02% <ø> (ø)
ffi 37.12% <ø> (-0.02%) ⬇️
rpc 19.92% <ø> (ø)
spv 81.02% <ø> (ø)
wallet 65.67% <ø> (ø)
see 4 files with indirect coverage changes

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.
@xdustinface xdustinface force-pushed the ci/codecov-test-analytics branch from 3e157f0 to 1596bff Compare March 15, 2026 17:35
- 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 1596bff to 7cdd7e8 Compare March 15, 2026 17:41
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