Skip to content

Commit

Permalink
Update manual_code_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabawi committed Jan 17, 2024
1 parent ab89b8c commit 287d3e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/manual_code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ jobs:
# coverage run -a --source=wrapyfi -m unittest discover -s wrapyfi; \
# coverage report --data-file=/tmp/shared_volume/.coverage && \
# coverage xml -o /tmp/shared_volume/coverage.xml --data-file=/tmp/shared_volume/.coverage"

# Step 7: Upload the coverage report (remains unchanged)

# Step 7: Print out the coverage.xml
- name: Print content of coverage.xml
run: |
cat ${GITHUB_WORKSPACE}/shared_directory/coverage.xml
# Step 8: Upload the coverage report (remains unchanged)
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 287d3e2

Please sign in to comment.