Archived
1
0

refactor: switch to codecov-uploader GitHub Action (#5303)

* refactor: switch to codecov-uploader GitHub Action

codecov deprecated their Node wrapper for uploading coverage reports.

This removes that and uses their new uploaded along with the v2 GitHub
Action they maintain.

* fix: update broken integration test
This commit is contained in:
Joe Previte
2022-06-28 10:04:35 -07:00
committed by GitHub
parent c51ff3bce1
commit 1296848afc
4 changed files with 8 additions and 78 deletions

View File

@ -164,7 +164,9 @@ jobs:
if: success()
- name: Upload coverage report to Codecov
run: yarn coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: success()
# The release package does not contain any native modules