ci: move comment breaking up 'rustflags' for coverage linking

This commit is contained in:
2025-07-28 18:05:54 -05:00
parent f241e85d8f
commit db720edeef

View File

@@ -43,12 +43,12 @@ jobs:
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin
# Note: We manually link zlib. This should be synchronized with the flags set for Linux in .cargo/config.toml.
- name: Generate coverage report
run: |
cargo tarpaulin \
--out Html \
--output-dir coverage \
# Manually link zlib. This should be synchronized with the flags set for Linux in .cargo/config.toml.
--rustflags="-C link-arg=-lz"
- name: Upload coverage to Coveralls