1 parent 24efeac commit e411411Copy full SHA for e411411
1 file changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Collect code-coverage data
82
run: |
83
- lcov --directory . --capture --output-file coverage.info
+ lcov --directory build/Linux/x64/Debug --capture --output-file coverage.info
84
lcov --remove coverage.info '/usr/*' '${{ github.workspace }}/cts/*' --output-file coverage.info
85
lcov --list coverage.info
86
@@ -90,6 +90,7 @@ jobs:
90
name: openvx-build
91
path: |
92
${{ env.INSTALL_PREFIX }}/
93
+ build/Linux/x64/Debug/
94
build-cts/
95
cts/test_data/
96
coverage.info
0 commit comments