Skip to content

Commit

Permalink
Add Github action for code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhashiniNaik committed Nov 6, 2024
1 parent 9f34b21 commit aae6f70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
- name: Generate HTML coverage report
run: |
echo "Shorten paths in coverage file"
sed -i 's|/home/runner/work/openbsw/||g' cmake-build-unit-tests/coverage.info
echo "Generating HTML coverage report..."
genhtml cmake-build-unit-tests/coverage.info \
--output-directory cmake-build-unit-tests/coverage
Expand Down

0 comments on commit aae6f70

Please sign in to comment.