show failed tests

This commit is contained in:
yzlin 2024-01-03 14:23:53 +08:00
parent 41cc9ceab6
commit 9f298cd022
2 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,9 @@ jobs:
- name: Show coverage report
run: |
coverage report -m
- name: Show failed tests and overall summary
run: |
grep -E "FAILED tests|[0-9]+ passed," unittest.txt
- name: Upload pytest test results
uses: actions/upload-artifact@v3
with: