We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73168ad commit 92ce72cCopy full SHA for 92ce72c
.github/workflows/ci.yml
@@ -80,6 +80,7 @@ jobs:
80
81
- name: dbg
82
run: |
83
+ find "${{github.workspace}}/coverage"
84
ls -la ${{github.workspace}}/coverage
85
ls -la "${{github.workspace}}/coverage/coverage-merged.xml"
86
cat "${{github.workspace}}/coverage/coverage-merged.xml"
0 commit comments