File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ jobs:
116116 run : pip install awscli-local
117117
118118 - name : Prepare LocalStack S3
119- run : ./quickwit-cli/tests/prepare_tests.sh
119+ run : ./quickwit-cli/tests/prepare_tests.sh
120120
121121 - name : Generate code coverage
122122 run : |
123123 cargo +nightly llvm-cov clean --workspace
124- QW_ENV=LOCAL cargo +nightly llvm-cov --test failpoints --no-report --features fail/failpoints
125- QW_ENV=LOCAL cargo +nightly llvm-cov --no-report --all-features
124+ cargo +nightly llvm-cov --test failpoints --no-report --features fail/failpoints
125+ cargo +nightly llvm-cov --no-report --all-features
126126 cargo +nightly llvm-cov --no-run --lcov --output-path lcov.info
127127
128128 - name : Upload coverage to Codecov
You can’t perform that action at this time.
0 commit comments