We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 233b752 + f4982d4 commit d54410fCopy full SHA for d54410f
2 files changed
.github/workflows/coverage-base-upload.yml
@@ -76,6 +76,7 @@ jobs:
76
with:
77
token: ${{ secrets.CODECOV_TOKEN }}
78
directory: ./coverage-artifacts
79
+ root_dir: ./
80
gcov_executable: ''
81
override_branch: ${{ github.ref_name }}
82
fail_ci_if_error: true
.github/workflows/coverage-pr-upload-compare.yml
@@ -77,6 +77,7 @@ jobs:
directory: ./coverage
override_commit: ${{ steps.pr.outputs.sha }}
83
override_branch: ${{ steps.pr.outputs.branch }}
0 commit comments