Skip to content

Commit 6ea2118

Browse files
committed
Add Github action for Code-coverage
1 parent d4b383c commit 6ea2118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
18+
- name: Set permissions for cmake-build-unit-tests
19+
run: chmod -R a+r cmake-build-unit-tests
1720

1821
#Code coverage
1922
- name: Install lcov

0 commit comments

Comments
 (0)