We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2957d06 + 08b8242 commit ae3c077Copy full SHA for ae3c077
1 file changed
.github/workflows/coverage.yml
@@ -46,7 +46,9 @@ jobs:
46
- name: Create test summary
47
uses: test-summary/action@dist
48
with:
49
- paths: "**/test-results.xml"
+ paths: |
50
+ packages/*/test-results.xml
51
+ toolbox/**/test-results.xml
52
show: "fail, skip"
53
output: test-summary.md
54
if: always()
0 commit comments