Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aandreba committed May 11, 2024
1 parent 9059692 commit 4d5c642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: zig build test -Doptimize=Debug
- uses: crubalcaba/kcov-action@v1
with:
cli-args: "--include-pattern=src/root.zig,src/tests.zig kcov-out zig-cache/o/**/test"
cli-args: --include-pattern=src/root.zig,src/tests.zig kcov-out zig-cache/o/**/test
- uses: actions/upload-artifact@v4
with:
name: Code Coverage
Expand Down

0 comments on commit 4d5c642

Please sign in to comment.