Skip to content

Commit

Permalink
ci: only report the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 15, 2024
1 parent 0cd539c commit 6fa44a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Example with a bash script (running on Docker kcov/kcov)
uses: sudo-bot/action-kcov@latest
with:
cli-args: "--dump-summary ./coverage ./.github/workflows/test.sh"
cli-args: "--dump-summary --include-path=./.github/workflows/test.sh ./coverage ./.github/workflows/test.sh"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 6fa44a4

Please sign in to comment.