Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
code: ${{ steps.filter.outputs.code }}
steps:
- uses: actions/checkout@v6
- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
id: filter
with:
filters: |
Expand Down Expand Up @@ -193,7 +193,7 @@
sudo apt-get install -y bats

- name: Build kcov from source
run: |

Check warning on line 196 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:8:8: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:196:9: shellcheck reported issue in this script: SC2046:warning:8:8: Quote this to prevent word splitting [shellcheck]
# Install build dependencies
sudo apt-get install -y cmake libcurl4-openssl-dev libdw-dev binutils-dev zlib1g-dev
# Clone and build kcov
Expand All @@ -209,7 +209,7 @@
run: bats tests/guncel.bats tests/install.bats

- name: Generate coverage for guncel
run: |

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:7:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:7:21: Quote this to prevent word splitting [shellcheck]

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:6:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:6:21: Quote this to prevent word splitting [shellcheck]

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:5:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:5:21: Quote this to prevent word splitting [shellcheck]

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:4:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:4:21: Quote this to prevent word splitting [shellcheck]

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:3:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:3:21: Quote this to prevent word splitting [shellcheck]

Check warning on line 212 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ShellCheck Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:2:21: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yml:212:9: shellcheck reported issue in this script: SC2046:warning:2:21: Quote this to prevent word splitting [shellcheck]
# Run guncel with various flags through kcov
kcov --include-path=$(pwd)/guncel ./coverage ./guncel --help || true
kcov --include-path=$(pwd)/guncel ./coverage ./guncel --version || true
Expand Down
Loading