Skip to content

Commit 2dc1ad8

Browse files
committed
Corrected coverage
1 parent f950d68 commit 2dc1ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Tests are executed for default editor (trunk) on default platform (ubuntu) as in project.metafile declaration since results would be the same across editors and platforms.
77
{% for project in projects.all -%}
88
{% for platform in test_platforms.default -%}
9-
{% for editor in validation_editors.default -%}
9+
{% for editor in validation_editors.all -%}
1010
standards_{{ platform.name }}_{{ project.name }}_{{ editor }}:
1111
name: Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
1212
agent:

.yamato/project-updated-dependencies-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Executes package tests for each package referenced in the project using the newest compatible version of the package dependencies.
55
# This is just to ensure that no critical change is made. It will be run on a default editor and default platform (it can be discussed if we should run it per all editors and platforms)
66
{% for project in projects.default -%}
7-
{% for platform in test_platforms.default -%}
7+
{% for platform in test_platforms.desktop -%}
88
{% for editor in validation_editors.all -%}
99
updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
1010
name : Updated Dependencies Test - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]

0 commit comments

Comments
 (0)