Skip to content

Commit 6bd347c

Browse files
committed
chore: Add comments to .github/workflows/build.yml for final main step for coverage JSON upload.
1 parent d4030d1 commit 6bd347c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
102102
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
103103
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
104+
# Upload the JSON-based coverage report to the wiki so that
105+
# it is available for display as a badge in the README.md file
104106
- name: Upload Test Coverage Report in JSON Format
105107
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
106108
uses: actions/checkout@v3

0 commit comments

Comments
 (0)