We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f99e85 commit 2e66202Copy full SHA for 2e66202
.github/workflows/typescript.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: codecov/codecov-action@v3
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
35
- file: ./python/coverage/lcov.info
+ file: ./typescript/coverage/lcov.info
36
verbose: true
37
38
release:
0 commit comments