Skip to content

Commit 9bad630

Browse files
committed
chore(ci): Correct path for test coverage result
1 parent 50d7878 commit 9bad630

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload coverage to Codecov
4141
uses: codecov/codecov-action@v1
4242
with:
43-
files: ./coverage/coverage-final.json
43+
files: ./src/coverage/coverage-final.json
4444
fail_ci_if_error: true
4545

4646
lint:

0 commit comments

Comments
 (0)