Skip to content

Commit

Permalink
[#407] Exclude io_lib 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 16, 2024
1 parent b3a636e commit 3038046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- name: build-test
run: make build-test
- name: make test-fsw
run: make test-fsw
run: make coverage
- name: Generate Coverage Report
run: |
lcov --capture --directory . --exclude ./fsw/apps/io_lib/ --output-file coverage.info
lcov --capture --directory . --output-file coverage.info
genhtml coverage.info --output-directory coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ config:
./scripts/cfg/config.sh

coverage:
cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && ctest -R ".*sample.*"
cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && rm -r $(FSWBUILDDIR)/amd64-posix/default_cpu1/apps/io_lib && ctest -R ".*sample.*"

debug:
./scripts/debug.sh
Expand Down

0 comments on commit 3038046

Please sign in to comment.