mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 04:24:12 +00:00
Remove debug step from upload-coverage job
This commit is contained in:
@@ -205,13 +205,6 @@ jobs:
|
||||
path: coverage-reports
|
||||
merge-multiple: true
|
||||
|
||||
- name: Debug coverage paths
|
||||
run: |
|
||||
echo "=== source tags ==="
|
||||
grep -h "<source>" coverage-reports/coverage.xml | head -5
|
||||
echo "=== filename samples ==="
|
||||
grep -h "filename=" coverage-reports/coverage.xml | head -10
|
||||
|
||||
- name: Upload to Codecov
|
||||
uses: codecov/codecov-action@aa56896cf108bd10b5eb883cd1d24196da57f695 # v5.5.4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user