Skip to content

Commit

Permalink
omit coverate
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Oct 15, 2024
1 parent 7049f1d commit eb4df8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test_python_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@ jobs:
python -m unittest discover -s scripts -p 'test_update_index.py'
continue-on-error: true

- name: Generate coverage report
run: |
pip install coverage
coverage run -m unittest discover -s scripts -p 'test_update_index.py'
coverage xml -o coverage/coverage.xml
coverage report
#print the coverage report to the console
cat coverage/coverage.xml
continue-on-error: true

0 comments on commit eb4df8b

Please sign in to comment.