Skip to content

Commit

Permalink
Update unit_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
illegal-instruction-co authored Dec 7, 2023
1 parent b4391e5 commit 5b859b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mkdir -p build/coverage
source_files=$(find src -name "*.c")

for source_file in $source_files; do
echo "Creating gcno for $source_file"
gcov "$source_file"
echo "Processing gcov for $source_file"
gcov "$source_file".c
done

gcovr -r . --html --html-details -o build/coverage/index.html
Expand Down

0 comments on commit 5b859b5

Please sign in to comment.