Skip to content

Commit a35b186

Browse files
committed
Add Github action for Code-coverage
1 parent a172efe commit a35b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Capture code coverage
3939
run: |
4040
echo "Capturing code coverage..."
41-
lcov --capture --directory . \
41+
lcov --capture --directory \
4242
--output-file cmake-build-unit-tests/coverage_unfiltered.info
4343
4444
- name: Filter out 3rd party and mock files

0 commit comments

Comments
 (0)