Skip to content

Commit 149d7e3

Browse files
committed
updated ci
1 parent f21ee46 commit 149d7e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
run: |
2828
./companders_fulltest
2929
30-
- name: Capture coverage info
31-
run: |
32-
lcov --directory . --capture --output-file coverage.info
30+
# - name: Capture coverage info
31+
# run: |
32+
# lcov --directory . --capture --output-file coverage.info
3333

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

38-
- name: List coverage info
39-
run: |
40-
lcov --list coverage.info
38+
# - name: List coverage info
39+
# run: |
40+
# lcov --list coverage.info
4141

0 commit comments

Comments
 (0)