Skip to content

Commit 321a3e8

Browse files
committed
ci: added coverage report
1 parent 1df3414 commit 321a3e8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Running tests & Collecting coverage
3232
run: npm run coverage
3333

34-
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v4.4.1
34+
- name: Upload coverage reports to Codecov
35+
uses: codecov/codecov-action@v5
3636
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
37+
token: ${{ secrets.CODECOV_TOKEN }}
38+
slug: full-pack/string-builder

0 commit comments

Comments
 (0)