Skip to content

Commit

Permalink
ci: print downloaded coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Dayer committed Jul 11, 2024
1 parent 7838b23 commit fc7cb47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
with:
pattern: coverage-*
merge-multiple: true
- name: print downloaded files
run: |
pwd
ls -hal
- name: Coverage comment
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
Expand Down

0 comments on commit fc7cb47

Please sign in to comment.