Skip to content

Commit

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

gsw:
./scripts/gsw/build_cryptolib.sh
Expand Down

0 comments on commit 0d6f727

Please sign in to comment.