Skip to content

Commit 4ea8837

Browse files
committed
Corrected artifact path
1 parent e77460f commit 4ea8837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.yamato/code-coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ code_coverage_{{ platform.name }}_{{ editor }}:
2020
artifacts:
2121
logs:
2222
paths:
23-
- "test-results/**/*"
24-
- "CoverageResults/**/*"
23+
- "upm-ci~/test-results/**/*"
2524
dependencies:
2625
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}_upmCI
2726
{% endfor -%}

0 commit comments

Comments
 (0)