From 6a8f59c5999a43a41120784df792f4fbe1c1ad52 Mon Sep 17 00:00:00 2001 From: Jonathan Zacsh Date: Sun, 12 Jan 2025 22:26:00 -0600 Subject: [PATCH] noop(test infra) bugfix: coverage had too many --workspace flags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad895e0..7e51d5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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