chore: update workflows/coverage.yml

This commit is contained in:
chenshenhai 2021-09-20 21:25:41 +08:00
parent 8c145327d1
commit 9e4a813c70

View file

@ -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)