Skip to content

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

Draft
xdustinface wants to merge 2 commits into
devfrom
ci/codecov-test-analytics
Draft

ci: integrate Codecov test analytics via cargo-nextest#541
xdustinface wants to merge 2 commits into
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

coderabbitai Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

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

codecov Bot commented Mar 15, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##              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
@github-actions github-actions Bot added the merge-conflict The PR conflicts with the target branch. label Sep 2, 2026
@github-actions

github-actions Bot commented Sep 2, 2026

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-conflict The PR conflicts with the target branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant