Skip to content

Commit ae3c077

Browse files
authored
Merge pull request #1798 from finos/fix-test-counts
Update coverage.yml to ensure that it doesn't double count tests
2 parents 2957d06 + 08b8242 commit ae3c077

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Create test summary
4747
uses: test-summary/action@dist
4848
with:
49-
paths: "**/test-results.xml"
49+
paths: |
50+
packages/*/test-results.xml
51+
toolbox/**/test-results.xml
5052
show: "fail, skip"
5153
output: test-summary.md
5254
if: always()

0 commit comments

Comments
 (0)