Skip to content

Commit 2e66202

Browse files
committed
fix path
1 parent 6f99e85 commit 2e66202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: codecov/codecov-action@v3
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
35-
file: ./python/coverage/lcov.info
35+
file: ./typescript/coverage/lcov.info
3636
verbose: true
3737

3838
release:

0 commit comments

Comments
 (0)