Skip to content

Commit 089a614

Browse files
committed
Skip uncovered files in bashcov
1 parent 21cca75 commit 089a614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
shell: bash
117117
env:
118118
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
119-
run: bundle exec bashcov bats tests/test_start_ursim.bats
119+
run: bundle exec bashcov --skip-uncovered bats tests/test_start_ursim.bats
120120
- name: Upload reports to Codecov
121121
uses: codecov/codecov-action@v5
122122
with:

0 commit comments

Comments
 (0)