Skip to content

Commit

Permalink
21897 - Fixed Upload Coverage to Codecov (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim authored Jun 19, 2024
1 parent 2d76fb0 commit 97def4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
run: |
make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov-business-edit
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

build-check:
needs: setup-job
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-edit-ui",
"version": "4.10.0",
"version": "4.10.1",
"private": true,
"appName": "Edit UI",
"sbcName": "SBC Common Components",
Expand Down

0 comments on commit 97def4b

Please sign in to comment.