Skip to content

Draft: Fix async branch CI (deprecated actions-rs/cargo)#10

Draft
jdidion wants to merge 6 commits intomainfrom
async
Draft

Draft: Fix async branch CI (deprecated actions-rs/cargo)#10
jdidion wants to merge 6 commits intomainfrom
async

Conversation

@jdidion
Copy link
Owner

@jdidion jdidion commented Mar 22, 2026

Note: This MR was largely generated by Claude and has not been completely reviewed by me (the human). You should feel free to defer your review until this warning has been removed.

Summary

  • Replace archived actions-rs/cargo@v1 with direct run: commands
  • Add -- separator before -F flag for cargo-all-features compatibility
  • Pass toolchain matrix value to setup-rust-toolchain action

Known issue

  • Cargo.toml adds async = ["tokio"] feature but tokio is not declared as a dependency

Test plan

  • Verify CI passes on the async branch
  • Review whether tokio dependency needs to be added

🤖 Generated with Claude Code

jdidion and others added 4 commits October 3, 2025 11:34
- Replace archived actions-rs/cargo@v1 with direct cargo commands
- Add -- separator before -F flag for cargo-all-features compatibility
- Pass toolchain matrix value to setup-rust-toolchain action

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The async feature referenced tokio but it wasn't declared as a dependency,
causing Cargo.toml parsing to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.07%. Comparing base (833b65c) to head (76f7b0e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   95.22%   95.07%   -0.16%     
==========================================
  Files          43       43              
  Lines        5781     5439     -342     
==========================================
- Hits         5505     5171     -334     
+ Misses        276      268       -8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

jdidion and others added 2 commits March 22, 2026 18:51
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants