Skip to content

Commit 3c62ab9

Browse files
committed
Update coverage file path in build.yml to use runtime directory.
1 parent c741c7a commit 3c62ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
secrets:
2424
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
2525
with:
26-
coverage-file: tests/output/coverage.xml
26+
coverage-file: runtime/output/coverage.xml
2727
extensions: gd, intl

0 commit comments

Comments
 (0)