Skip to content

Commit ed38734

Browse files
committed
retest
1 parent a73b0d4 commit ed38734

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/test/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ runs:
3434
shell: bash
3535
# compute code coverage
3636
run: |
37-
cmake --build build --target coverage
37+
cd build
38+
cmake --build . --target coverage
3839
- name: Upload test report
3940
uses: actions/upload-artifact@v4
4041
with:
@@ -47,7 +48,7 @@ runs:
4748
with:
4849
name: test-coverage-reports
4950
path: |
50-
build/coverage-filtered.info
51+
build/coverage.info
5152
build/coverage
5253
if-no-files-found: error
5354
retention-days: 1

0 commit comments

Comments
 (0)