Skip to content

Commit

Permalink
[#407] Exclude io_lib 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 17, 2024
1 parent 2700c2a commit 4fd01d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
- name: make test-fsw
run: make coverage
- name: Generate Coverage Report
run: |
lcov --capture --directory . --output-file coverage.info
genhtml coverage.info --output-directory coverage
run: make gcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
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 && rm -r /__w/nos3/nos3/fsw/apps/io_lib && ctest -R ".*sample.*"
cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && rm -r /__w/nos3/nos3/fsw/apps/io_lib

debug:
./scripts/debug.sh
Expand Down

0 comments on commit 4fd01d0

Please sign in to comment.