Skip to content

Commit 0b3752f

Browse files
authored
Fix Codecov (#4)
fix codecov
1 parent 3451bd0 commit 0b3752f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@ jobs:
5858
- name: Run tests with coverage
5959
run: npm run test:cov
6060

61-
- name: Upload coverage reports
62-
uses: codecov/codecov-action@v4
63-
if: always()
61+
- name: Upload coverage reports to Codecov
62+
uses: codecov/codecov-action@v5
6463
with:
65-
files: ./coverage/lcov.info
66-
flags: unittests
67-
name: codecov-umbrella
68-
fail_ci_if_error: false
6964
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)