Skip to content

Commit

Permalink
script to generate code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 8, 2025
1 parent 0c9c858 commit 16da7a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
1 change: 1 addition & 0 deletions unit_tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build*/
gcov_working_area
triggers
unittest*.logicdata
coverage/
4 changes: 4 additions & 0 deletions unit_tests/generate_coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdir coverage

lcov -c --directory . --output-file ./coverage/main_coverage.info
genhtml ./coverage/main_coverage.info --output-directory ./coverage/html_report
23 changes: 0 additions & 23 deletions unit_tests/run_gcov.bat

This file was deleted.

0 comments on commit 16da7a4

Please sign in to comment.