From 9e4a813c7025d4ee3c2996c593c1df8ba366aba4 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Mon, 20 Sep 2021 21:25:41 +0800 Subject: [PATCH] chore: update workflows/coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ce3f26..e0e2b24 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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)