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 077171c commit 2552cb7Copy full SHA for 2552cb7
1 file changed
.github/workflows/deno.yml
@@ -34,4 +34,5 @@ jobs:
34
- uses: codecov/codecov-action@v5
35
if: ${{ always() }}
36
with:
37
- files: coverage.lcov
+ files: cli/coverage.lcov
38
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments