Skip to content

Commit 29fd7f0

Browse files
committed
Add ls command to see inside htmlcov
1 parent 9e2f8db commit 29fd7f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code_coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
name: htmlcov
3434
path: htmlcov
3535

36+
- name: List files in htmlcov
37+
run: ls -R htmlcov
38+
3639
- name: Deploy coverage report to GitHub Pages
3740
uses: peaceiris/actions-gh-pages@v4
3841
with:

0 commit comments

Comments
 (0)