Skip to content

Commit 0ba63d9

Browse files
committed
corrected artifacts path
1 parent 3243331 commit 0ba63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ code_coverage_{{ platform.name }}_{{ editor }}:
2828
artifacts:
2929
logs:
3030
paths:
31-
- "upm-ci~/test-results/**/*"
31+
- "test-results/**/*"
3232
dependencies:
3333
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
3434
{% endfor -%}

0 commit comments

Comments
 (0)