We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4030d1 commit 6bd347cCopy full SHA for 6bd347c
1 file changed
.github/workflows/build.yml
@@ -101,6 +101,8 @@ jobs:
101
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
102
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
103
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
106
- name: Upload Test Coverage Report in JSON Format
107
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
108
uses: actions/checkout@v3
0 commit comments