Skip to content

Commit 3d67fab

Browse files
author
Aandreba
committed
try stuff
1 parent 4d5c642 commit 3d67fab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
- run: zig build test -Doptimize=Debug
1919
- uses: crubalcaba/kcov-action@v1
2020
with:
21-
cli-args: --include-pattern=src/root.zig,src/tests.zig kcov-out zig-cache/o/**/test
21+
cli-args:
22+
--include-pattern=src/root.zig,src/tests.zig
23+
kcov-out
24+
zig-cache/o/**/test
2225
- uses: actions/upload-artifact@v4
2326
with:
2427
name: Code Coverage

0 commit comments

Comments
 (0)