mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
chore: update workflows/coverage.yml
This commit is contained in:
parent
8c145327d1
commit
9e4a813c70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
files: ../../reports/clover.xml # optional
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue