Skip to content

Commit ebc26ca

Browse files
committed
fix: Revert changes to the .github/workflows/build.yml file.
1 parent ccf22d0 commit ebc26ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
# This job performs all of the necessary checks
2020
jobs:
2121
build:
22-
permissions:
23-
contents: write
2422
# Use the latest version of Ubuntu, MacOS, and Windows
2523
# Use the latest and most stable version of Python
2624
# Important: test coverage monitoring and reporting
@@ -101,7 +99,7 @@ jobs:
10199
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
102100
echo "total=$TOTAL" >> $GITHUB_ENV
103101
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
104-
CURRENT_GITHUB_STEP_SUMMARY="```\n$(cat coverage.txt)\n```"
102+
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
105103
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
106104
# Upload the coverage badge
107105
# Important: only report the monitored test coverage on Linux

0 commit comments

Comments
 (0)