Skip to content

Commit e411411

Browse files
author
Simon
committed
ci: fix lcov dir + upload build tree with .gcno/.gcda
1 parent 24efeac commit e411411

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Collect code-coverage data
8282
run: |
83-
lcov --directory . --capture --output-file coverage.info
83+
lcov --directory build/Linux/x64/Debug --capture --output-file coverage.info
8484
lcov --remove coverage.info '/usr/*' '${{ github.workspace }}/cts/*' --output-file coverage.info
8585
lcov --list coverage.info
8686
@@ -90,6 +90,7 @@ jobs:
9090
name: openvx-build
9191
path: |
9292
${{ env.INSTALL_PREFIX }}/
93+
build/Linux/x64/Debug/
9394
build-cts/
9495
cts/test_data/
9596
coverage.info

0 commit comments

Comments
 (0)