Skip to content

Commit b1cce7b

Browse files
fix: coverage
1 parent da5a74e commit b1cce7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- name: Upload Coverage to Codecov
5858
uses: codecov/codecov-action@v3
5959
with:
60-
files: "../results/coverage/coverage.cobertura.xml"
60+
files: "**/coverage.cobertura.xml"
6161
fail_ci_if_error: true

0 commit comments

Comments
 (0)