Skip to content

Commit

Permalink
Need to exit with an error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 14, 2023
1 parent 2db1ba2 commit e790b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions coverage-cop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ runs:
echo -e "${{ env.bashInfo }} This can be accessed by returning to the bottom of the summary page of the workflow run ${{ env.bashEnd }}"
echo -e "${{ env.bashInfo }} At the bottom of the page will be a CodecovHTMLReport.zip file that you can download ${{ env.bashEnd }}"
echo -e "${{ env.bashInfo }} Unzip the file and then open the index.html file in your browser for more info missing branch and line coverage ${{ env.bashEnd }}"
exit 1
Expand Down
1 change: 1 addition & 0 deletions formatting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ runs:
echo -e "${{ env.bashInfo }} This can be accessed by returning to the bottom of the summary page of the workflow run ${{ env.bashEnd }}"
echo -e "${{ env.bashInfo }} At the bottom of the page will be a formattingChanges.patch file that you can download ${{ env.bashEnd }}"
echo -e "${{ env.bashInfo }} Copy this patch to your repository and apply it using 'git apply formattingChanges.patch' ${{ env.bashEnd }}"
exit 1

0 comments on commit e790b78

Please sign in to comment.