mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 01:28:31 +00:00
chore: update github action script
This commit is contained in:
parent
8512fdf4dc
commit
a68ccc45f8
1 changed files with 9 additions and 10 deletions
19
.github/workflows/coverage.yml
vendored
19
.github/workflows/coverage.yml
vendored
|
|
@ -30,13 +30,12 @@ jobs:
|
|||
- run: pnpm i
|
||||
- run: npm run beforetest
|
||||
- run: npm run cover
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
files: /home/runner/work/idraw/idraw/reports/clover.xml # optional
|
||||
flags: unittests # optional
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
|
||||
# - name: Upload coverage to Codecov
|
||||
# uses: codecov/codecov-action@v2
|
||||
# with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
# files: /home/runner/work/idraw/idraw/reports/clover.xml # optional
|
||||
# flags: unittests # optional
|
||||
# name: codecov-umbrella # optional
|
||||
# fail_ci_if_error: true # optional (default = false)
|
||||
# verbose: true # optional (default = false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue