Skip to content

Commit

Permalink
noop(test infra) bugfix: coverage had too many --workspace flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jzacsh committed Jan 13, 2025
1 parent c78194b commit 6a8f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test:cov:
- cargo llvm-cov --version # Print version info for debugging
- git --version && hg --version && jj --version # vcst/domain-specific debug info
# Same as test's steps, but run via code coverage instrumentor:
- RUSTFLAGS='-Ddeprecated -Dwarnings' cargo llvm-cov --workspace --all-features --workspace --text # --codecov --output-path codecov.json
- RUSTFLAGS='-Ddeprecated -Dwarnings' cargo llvm-cov --all-features --workspace --text # --codecov --output-path codecov.json
# TODO: uncomment below, uncomment --output-path above, delete --text. We
# can do this once we're public. Until then, this will always fail per
# https://github.com/codecov/codecov-action/issues/1671#issuecomment-2486953810
Expand Down

0 comments on commit 6a8f59c

Please sign in to comment.