Skip to content

Commit

Permalink
fix: removing covbadge to free the build
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Oct 16, 2023
1 parent e102e45 commit d4c04dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
<<<<<<< Updated upstream
# Create the Coverage Badge
- name: Make Badge
uses: schneegans/[email protected]
Expand All @@ -107,4 +108,6 @@ jobs:
message: ${{ env.total }}%
minColorRange: 50
maxColorRange: 90
valColorRange: ${{ env.total }}
valColorRange: ${{ env.total }}
=======
>>>>>>> Stashed changes

0 comments on commit d4c04dd

Please sign in to comment.