Skip to content

Commit

Permalink
Tuning the github action for execting unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hengbinxu committed Mar 6, 2024
1 parent 4e6acbb commit d1311e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test-with-pytest-coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
hide-badge: false
hide-report: false
create-new-comment: false
hide-comment: true
hide-comment: false
report-only-changed-files: false
remove-link-from-badge: false
unique-id-for-comment: python3.10.7
Expand All @@ -69,6 +69,7 @@ jobs:
echo "Coverage Time - ${{ steps.coverageComment.outputs.time }}"
echo "Not Success Test Info - ${{ steps.coverageComment.outputs.notSuccessTestInfo }}"
echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}"
echo "Summary Report - ${{ steps.coverageComment.outputs.summaryReport }}"
- name: Update Readme with Coverage Html
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

1 comment on commit d1311e6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Unit Test Coverage Report
FileStmtsMissCoverMissing
calculator.py32293%29–30
TOTAL32293% 

Unit Test Result

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 0.066s ⏱️

Please sign in to comment.