Skip to content

Commit

Permalink
removed duplicate run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrian Harjati committed Aug 22, 2023
1 parent 1a8a0c3 commit c5aada4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,3 @@ jobs:
echo "Coverage Tests - ${{ steps.coverageComment.outputs.tests }}"
echo "Coverage Time - ${{ steps.coverageComment.outputs.time }}"
echo "Not Success Test Info - ${{ steps.coverageComment.outputs.notSuccessTestInfo }}"
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt
pytest-xml-coverage-path: ./coverage.xml
title: Test Coverage Report
badge-title: Test Coverage
hide-badge: false
hide-report: false
create-new-comment: false
hide-comment: false
report-only-changed-files: false
remove-link-from-badge: false
unique-id-for-comment: python3.8
junitxml-path: ./pytest.xml
junitxml-title: Test Summary

1 comment on commit c5aada4

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/validator
   check_functions.py1843680%55–59, 113–123, 288–294, 308–321, 382, 440–454, 748
   checks.py17170%27–76
   create_schemas.py13130%4–26
   global_data.py18478%35–38
   main.py40400%8–70
   phase_validations.py660%11–42
   schema.py880%9–44
   schema_template.py660%12–516
TOTAL71813082% 

Tests Skipped Failures Errors Time
94 0 💤 0 ❌ 0 🔥 1.050s ⏱️

Please sign in to comment.