We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cca75 commit 089a614Copy full SHA for 089a614
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
shell: bash
117
env:
118
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
119
- run: bundle exec bashcov bats tests/test_start_ursim.bats
+ run: bundle exec bashcov --skip-uncovered bats tests/test_start_ursim.bats
120
- name: Upload reports to Codecov
121
uses: codecov/codecov-action@v5
122
with:
0 commit comments