Skip to content

ci: fix codecov tests#2673

Merged
djc merged 1 commit into
quinn-rs:mainfrom
0x676e67:patch-1
Jun 8, 2026
Merged

ci: fix codecov tests#2673
djc merged 1 commit into
quinn-rs:mainfrom
0x676e67:patch-1

Conversation

@0x676e67

@0x676e67 0x676e67 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor
  • error log
win@Z10 cargo llvm-cov --features="arbitrary,aws-lc-rs,bloom,log,fast-apple-datapath,futures-io,json-output,lock_tracking,tracing-log,platform-verifier,qlog,ring,runtime-smol,runtime-tokio,rustls,rustls-aws-lc-rs,rustls-log,rustls-ring,serde,serde_json,smol,tracing" --workspace --lcov --output-path lcov.info                                                                                                          
info: cargo-llvm-cov currently setting cfg(coverage); you can opt-out it by passing --no-cfg-coverage
error: package `quinn v0.12.0 (E:\VSCode\quinn\quinn)` does not have feature `smol`

help: an optional dependency with that name exists, but the `features` table includes it with the "dep:" syntax so it does not have an implicit feature with that name
Dependency `smol` would be enabled by these features:
        - `runtime-smol`
error: process didn't exit successfully: `C:\Users\win\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe test --tests --manifest-path E:\VSCode\quinn\Cargo.toml --target-dir F:\Cargo\llvm-cov-target --features=arbitrary,aws-lc-rs,bloom,log,fast-apple-datapath,futures-io,json-output,lock_tracking,tracing-log,platform-verifier,qlog,ring,runtime-smol,runtime-tokio,rustls,rustls-aws-lc-rs,rustls-log,rustls-ring,serde,serde_json,smol,tracing --workspace` (exit code: 101)

https://github.com/quinn-rs/quinn/actions/runs/27032607737/job/79788459193

This is a worthwhile issue to fix.

@djc

djc commented Jun 8, 2026

Copy link
Copy Markdown
Member

Thanks! I wonder why we haven't noticed before...

@djc djc added this pull request to the merge queue Jun 8, 2026
Merged via the queue into quinn-rs:main with commit b41c030 Jun 8, 2026
19 checks passed
@0x676e67 0x676e67 deleted the patch-1 branch June 8, 2026 09:33
@0x676e67

0x676e67 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

I went over the commit history and was confused by the recurring CI errors all along.

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