Skip to content

Update ShellTemplateMappings pattern in compose files #149

Merged
mm-hsh merged 2 commits into
developfrom
550-example
Jun 25, 2026
Merged

Update ShellTemplateMappings pattern in compose files #149
mm-hsh merged 2 commits into
developfrom
550-example

Conversation

@mm-hsh

@mm-hsh mm-hsh commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the shell template mapping rules in two docker-compose.yml files to use a more permissive pattern for matching. Instead of matching an empty string, the pattern now matches any string, which will broaden the applicability of the shell template mapping.

Template mapping configuration updates:

  • In both example/docker-compose.yml and source/AAS.TwinEngine.Plugin.TestPlugin/Example/docker-compose.yml, changed TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__pattern__0 from an empty string to .+, allowing the shell template mapping to match any input.

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@mm-hsh mm-hsh requested a review from mm-kgi June 25, 2026 10:01
@github-actions

Copy link
Copy Markdown

Test & Coverage Report

Test Results Summary

Metric Count
✅ Passed 1330
❌ Failed 0
⏭️ Skipped 0

View Detailed Test Results


Code Coverage

Unit Tests Coverage

Package Line Rate Branch Rate Complexity Health
AAS.TwinEngine.DataEngine 90% 78% 1893
Summary 90% (3000 / 3330) 78% (1248 / 1610) 1893

Minimum allowed line rate is 80%

Module Tests Coverage

Package Line Rate Branch Rate Complexity Health
AAS.TwinEngine.DataEngine 62% 44% 1893
Summary 62% (2050 / 3330) 44% (702 / 1610) 1893

@mm-hsh mm-hsh merged commit a01021d into develop Jun 25, 2026
10 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants