Skip to content

Commit

Permalink
[#407] Exclude io_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 16, 2024
1 parent 5ad281a commit 8adb83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ gcov:
apt update && apt install lcov -y
$(MAKE) test-fsw
echo "=================== GCOV ===================="
lcov -c --directory . --output-file ~/../media/sf_nos3/coverage/results.info
lcov -c --directory . --exclude $(CURDIR)/fsw/apps/io_lib/ --output-file $(CURDIR)/coverage/results.info
genhtml ${COVERAGEDIR}/results.info --output-directory ${COVERAGEDIR}/results

gsw:
Expand Down

0 comments on commit 8adb83e

Please sign in to comment.