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 7bd63d2 commit 53a1623Copy full SHA for 53a1623
1 file changed
.github/workflows/run-tests.yml
@@ -225,6 +225,10 @@ jobs:
225
env:
226
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
227
run: tox run -v -e coverage
228
+ - name: Generate job summary
229
+ run: |
230
+ echo '### Coverage Summary' >> $GITHUB_STEP_SUMMARY
231
+ tox exec -e coverage -qq -- coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
232
- name: Report Combined Coverage
233
uses: coverallsapp/github-action@v2
234
with:
0 commit comments