Skip to content

Commit adc83eb

Browse files
authored
Merge pull request eclipse-score#54 from qorix-group/prabakaran_update_coverage_test_setup
test: Update CI coverage test setup
2 parents 69fa91b + f9f0adf commit adc83eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cargo_required.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

4848
# ---------- TARPAULIN(TEST + COVERAGE) ----------
4949
- name: Run tests under coverage
50-
run: cargo +nightly tarpaulin --skip-clean --out html --verbose --no-dead-code --engine llvm
50+
# The stack size is set to 8MB considering additional stack usage of instrumented code and possible additional consumption due to newer version of toolchain.
51+
run: RUST_MIN_STACK=8388608 cargo +nightly tarpaulin --skip-clean --out html --verbose --no-dead-code --engine llvm
5152

5253
- name: Upload coverage report
5354
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)