Skip to content

Commit 8575c71

Browse files
committed
fix: ci
1 parent cdc9081 commit 8575c71

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- name: Create coverage report
2525
run: deno coverage ./coverage --lcov > coverage.lcov
2626
- name: Collect coverage
27-
uses: codecov/codecov-action@v1.0.10
27+
uses: codecov/codecov-action@v5
2828
with:
29-
file: ./coverage.lcov
29+
token: ${{ secrets.CODECOV_TOKEN }}
30+
slug: denostack/intlit
31+
files: ./coverage.lcov
3032
- name: Build Module
3133
run: deno task build:npm

0 commit comments

Comments
 (0)