Skip to content

Commit

Permalink
Moving code coverage from codecov package to CI (#799)
Browse files Browse the repository at this point in the history
* fix: removed depreciated package codecov and codecov to ci

* refactor: fix indendation
  • Loading branch information
Mashal-m authored May 9, 2023
1 parent 2e877fc commit 5e6ee3d
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 333 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Build
run: npm run build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

- name: Send failure notification
if: ${{ failure() }}
Expand Down
Loading

0 comments on commit 5e6ee3d

Please sign in to comment.