fix: removed depreciated codecov package (#608)

This commit is contained in:
Maman Khan
2022-07-26 13:27:58 +05:00
committed by GitHub
parent 0527c73529
commit 0981857062
3 changed files with 1 additions and 69 deletions

View File

@@ -25,6 +25,6 @@ jobs:
- run: make test NPM_TESTS=build
- run: make test NPM_TESTS=${{ matrix.npm-test }}
- name: upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false