chore(CI): fix codecov reporter (#12210)

* chore(CI): update codecov/codecov-action to v3

* chore: use default test reporter

* chore: use text-summary

* chore: update coverage dir

* chore: switch to istanbul

* chore: use lcov

* chore: fix open:coverage path
This commit is contained in:
neverland
2023-08-20 19:55:39 +08:00
committed by GitHub
parent 694daef6ea
commit 87ed409842
4 changed files with 27 additions and 34 deletions

View File

@@ -51,9 +51,10 @@ jobs:
run: pnpm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./packages/vant/test/coverage
build:
runs-on: ubuntu-latest