Skip to content

Commit 5aad5f2

Browse files
committed
Add Github action for Code-coverage
1 parent 4149467 commit 5aad5f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
run: sudo apt install lcov
3737

3838
- name: Capture code coverage
39-
run: |
40-
echo "Capturing code coverage..."
41-
lcov --capture --directory cmake-build-unit-tests \
42-
--output-file cmake-build-unit-tests/coverage_unfiltered.info
39+
run: lcov --capture --directory . \
40+
--output-file cmake-build-unit-tests/coverage_unfiltered.info
4341

4442
- name: Filter out 3rd party and mock files
4543
run: |

0 commit comments

Comments
 (0)