We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df3414 commit 321a3e8Copy full SHA for 321a3e8
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,8 @@ jobs:
31
- name: Running tests & Collecting coverage
32
run: npm run coverage
33
34
- - name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v4.4.1
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
36
with:
37
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
38
+ slug: full-pack/string-builder
0 commit comments