Skip to content

Commit 2552cb7

Browse files
committed
ci(cli): Fix missing coverage
1 parent 077171c commit 2552cb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deno.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
- uses: codecov/codecov-action@v5
3535
if: ${{ always() }}
3636
with:
37-
files: coverage.lcov
37+
files: cli/coverage.lcov
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)