Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Aug 8, 2024
1 parent f21ee46 commit 149d7e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
run: |
./companders_fulltest
- name: Capture coverage info
run: |
lcov --directory . --capture --output-file coverage.info
# - name: Capture coverage info
# run: |
# lcov --directory . --capture --output-file coverage.info

- name: Filter out system and test code
run: |
lcov --remove coverage.info 'tests/*' '/usr/*' 'test-library*' --output-file coverage.info
# - name: Filter out system and test code
# run: |
# lcov --remove coverage.info 'tests/*' '/usr/*' 'test-library*' --output-file coverage.info

- name: List coverage info
run: |
lcov --list coverage.info
# - name: List coverage info
# run: |
# lcov --list coverage.info

0 comments on commit 149d7e3

Please sign in to comment.