Skip to content

Commit

Permalink
fix: Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Dec 19, 2024
1 parent d1291a5 commit b6b7ef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
run: yarn build
- name: Test
run: yarn test:coverage
- name: Upload codecov
run: npx codecov
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/jest": "^26.0.0",
"cldr-data": "^36.0.0",
"cldrjs": "^0.5.5",
"codecov": "^3.6.1",
"dayjs": "^1.8.17",
"full-icu": "^1.3.0",
"husky": "^5.0.9",
Expand Down

0 comments on commit b6b7ef7

Please sign in to comment.