We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7759619 commit b413765Copy full SHA for b413765
.github/workflows/test.yml
@@ -292,7 +292,7 @@ jobs:
292
- name: Coverage report (diff)
293
if: (github.base_ref != '' || github.event.before != '') && always()
294
env:
295
- compare-branch: ${{ github.base_ref == '' && steps.parent-commit.hash || format('origin/{0}', github.base_ref) }}
+ compare-branch: ${{ github.base_ref == '' && steps.parent-commit.outputs.hash || format('origin/{0}', github.base_ref) }}
296
run: |
297
set -o pipefail
298
diff-cover --config-file=.diffcover.toml --compare-branch=${{ env.compare-branch }} --fail-under=100 --html-report=coverage-reports/diff-cover.html --markdown-report=coverage-reports/diff-cover.md coverage-reports/coverage.xml | tee coverage-reports/diff-cover-stdout
0 commit comments