File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5151 with :
5252 name : windows-latest-profile
5353
54+ - name : download artifact (main.breakdown)
55+ id : download-main-breakdown
56+ uses : dawidd6/action-download-artifact@v6
57+ with :
58+ branch : main
59+ workflow_conclusion : success
60+ name : main.breakdown
61+ if_no_artifact_found : fail
62+
5463 - name : check test coverage
5564 id : coverage
5665 uses : vladopajic/go-test-coverage@v2
6170 git-branch : badges
6271 git-token : ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
6372 breakdown-file-name : ${{ github.ref_name == 'main' && 'main.breakdown' || '' }}
73+ diff-base-breakdown-file-name : ${{ steps.download-main-breakdown.outputs.found_artifact && 'main.breakdown' || '' }}
6474
6575 # Post coverage report as comment
6676 - name : find pull request ID
You can’t perform that action at this time.
0 commit comments