Moving code coverage from codecov package to CI (#311)

* fix: removed depreciated package codecov

* fix: syncing package and package-lock
This commit is contained in:
Maman Khan
2022-07-28 16:31:41 +05:00
committed by GitHub
parent 21c36a45fa
commit fcb9e91aa2
3 changed files with 1 additions and 195 deletions

View File

@@ -19,6 +19,6 @@ jobs:
node-version: ${{ matrix.node }}
- run: make validate.ci
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true