Skip to content

Commit 1906030

Browse files
authored
ci/coverage: use trace (#976)
1 parent 70600fa commit 1906030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: make
3131
run: |
32-
cmake -B build -DCMAKE_C_FLAGS="--coverage" -DCMAKE_EXE_LINKER_FLAGS="--coverage"
32+
cmake -B build -DCMAKE_C_FLAGS="--coverage" -DCMAKE_EXE_LINKER_FLAGS="--coverage" -DUSE_TRACE=ON
3333
cmake --build build -j -t retest
3434
3535
- name: retest

0 commit comments

Comments
 (0)