Skip to content

Commit 16d025a

Browse files
Add debug step for coverage output
Added a step to debug coverage output in the workflow.
1 parent 8b0047e commit 16d025a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

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

36+
- name: Debug coverage output
37+
run: ls -R coverage-dir/rapport
38+
3639
- name: Deploy coverage to GitHub Pages
3740
if: github.ref == 'refs/heads/master'
3841
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)