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)