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