UniTrack

Projects / jhelm / Run #728

← Prev Next →

Run #728 PASSED Export ↗

grind/helm-funcs-conformance · flag default · 1d90905 · 2026-06-23 14:55 · build #685

100% pass
Tests
129
Passed
129
Failed
0
Skipped
0
Duration
1.4s
Line cov
82.6%
Quality gate PASSED
Regression vs baseline no new failures
vs baseline run #702 on main0 new · 0 fixed · 0 still failing
Performance regression 1 slower
vs baseline run #702 on main
TestBaselineNowΔ
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testMustToYamlFailure 184 ms 367 ms +183 ms (+99.5%)

Failures (0)

No failed tests. 🎉

Suites

SuiteTestsFailures ErrorsSkippedTime
org.alexmond.jhelm.gotemplate.helm.functions.ConversionFunctionsTest 75 0 0 0 0.34s
org.alexmond.jhelm.gotemplate.helm.functions.KubernetesFunctionsTest 7 0 0 0 0.01s
org.alexmond.jhelm.gotemplate.helm.functions.TemplateFunctionsTest 30 0 0 0 0.09s
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest 10 0 0 0 0.89s
org.alexmond.jhelm.gotemplate.helm.HelmConformanceTest 1 0 0 0 0.05s
org.alexmond.jhelm.gotemplate.helm.HelmFunctionProviderTest 6 0 0 0 0.01s

Slowest tests (performance →)

TestDuration
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testToJsonStillWorks 370 ms
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testMustToYamlFailure 367 ms
org.alexmond.jhelm.gotemplate.helm.HelmConformanceTest › helmFuncsConformance 47 ms
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testMustFromYamlFailure 47 ms
org.alexmond.jhelm.gotemplate.helm.functions.ConversionFunctionsTest › testTomlRoundTrip 34 ms
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testMustFromJson 29 ms
org.alexmond.jhelm.gotemplate.helm.functions.ConversionFunctionsTest › testToYamlPreservesBooleanQuotes 29 ms
org.alexmond.jhelm.gotemplate.helm.Helm4FunctionsTest › testMustToYaml 25 ms
org.alexmond.jhelm.gotemplate.helm.functions.ConversionFunctionsTest › testToYamlPrettyIndentsSequenceItems 11 ms
org.alexmond.jhelm.gotemplate.helm.functions.TemplateFunctionsTest › testIncludeExecutesNamedTemplate 10 ms

Coverage change vs baseline run #702 on main

+0.2 pp overall

FileBaselineThis runΔ pp
org/alexmond/jhelm/gotemplate/helm/functions/ConversionFunctions.java improved 82.9% 86.3% +3.4

Coverage by module

ModuleLine %LinesFiles
(none) 81.9% 3676/4488 119
jhelm-gotemplate-helm 89.5% 401/448 6

Coverage by file (most missed first)

FileLine %  CoveredMissed
org/alexmond/jhelm/core/service/RepoManager.java 75.4%
355 116
org/alexmond/jhelm/app/command/DependencyCommand.java 31.7%
44 95
org/alexmond/jhelm/core/service/Engine.java 85.8%
410 68
org/alexmond/jhelm/core/service/DependencyResolver.java 51.2%
66 63
org/alexmond/jhelm/kube/service/HelmKubeService.java 79.1%
227 60
org/alexmond/jhelm/core/service/RepoHttpClientFactory.java 26.6%
21 58
org/alexmond/jhelm/gotemplate/helm/functions/ConversionFunctions.java 86.3%
296 47
org/alexmond/jhelm/app/command/PluginCommand.java 20.8%
10 38
org/alexmond/jhelm/core/service/SchemaValidator.java 74.3%
75 26
org/alexmond/jhelm/core/service/OciRegistryClient.java 81.6%
115 26
org/alexmond/jhelm/kube/service/ResourcePluralizer.java 79.8%
79 20
org/alexmond/jhelm/kube/service/AsyncHelmKubeService.java 66.0%
33 17
org/alexmond/jhelm/core/service/ChartLoader.java 87.7%
114 16
org/alexmond/jhelm/core/action/PackageAction.java 80.8%
63 15
org/alexmond/jhelm/app/command/UpgradeCommand.java 82.9%
58 12
org/alexmond/jhelm/app/command/RepoCommand.java 84.6%
55 10
org/alexmond/jhelm/plugin/runtime/MemoryBridge.java 23.1%
3 10
org/alexmond/jhelm/app/command/InstallCommand.java 80.4%
37 9
org/alexmond/jhelm/core/service/SignatureService.java 92.4%
110 9
org/alexmond/jhelm/core/service/ExternalCommandPostRenderer.java 83.0%
44 9
org/alexmond/jhelm/kube/service/KubernetesClientProvider.java 93.4%
128 9
org/alexmond/jhelm/core/JhelmCoreAutoConfiguration.java 83.3%
40 8
org/alexmond/jhelm/core/action/UpgradeAction.java 87.3%
55 8
org/alexmond/jhelm/core/action/InstallAction.java 89.7%
61 7
org/alexmond/jhelm/core/action/LintAction.java 90.0%
54 6
org/alexmond/jhelm/core/util/HookParser.java 91.2%
62 6
org/alexmond/jhelm/plugin/service/PluginManager.java 86.4%
38 6
org/alexmond/jhelm/app/command/ListCommand.java 82.6%
19 4
org/alexmond/jhelm/app/command/TemplateCommand.java 76.5%
13 4
org/alexmond/jhelm/app/command/SearchHubCommand.java 85.2%
23 4
org/alexmond/jhelm/app/command/TestCommand.java 91.5%
43 4
org/alexmond/jhelm/app/command/StatusCommand.java 88.9%
32 4
org/alexmond/jhelm/core/model/ChartLock.java 73.3%
11 4
org/alexmond/jhelm/core/util/ValuesLoader.java 93.8%
61 4
org/alexmond/jhelm/app/JHelmCommand.java 50.0%
3 3
org/alexmond/jhelm/app/command/CreateCommand.java 75.0%
9 3
org/alexmond/jhelm/core/cache/TemplateCache.java 88.0%
22 3
org/alexmond/jhelm/core/exception/KubernetesOperationException.java 72.7%
8 3
org/alexmond/jhelm/kube/service/ObservableKubeService.java 92.9%
39 3
org/alexmond/jhelm/plugin/sandbox/SandboxedExecutor.java 76.9%
10 3
org/alexmond/jhelm/app/HelmJavaApplication.java 83.3%
10 2
org/alexmond/jhelm/app/command/SearchCommand.java 33.3%
1 2
org/alexmond/jhelm/app/command/LintCommand.java 90.5%
19 2
org/alexmond/jhelm/core/action/GetAction.java 97.1%
66 2
org/alexmond/jhelm/core/action/TemplateAction.java 88.2%
15 2
org/alexmond/jhelm/core/exception/ReleaseStorageException.java 50.0%
2 2
org/alexmond/jhelm/core/model/ChartFiles.java 95.2%
40 2
org/alexmond/jhelm/core/service/RegistryManager.java 93.8%
30 2
org/alexmond/jhelm/core/util/HookExecutor.java 90.5%
19 2
org/alexmond/jhelm/plugin/exception/PluginTimeoutException.java 50.0%
2 2
org/alexmond/jhelm/plugin/exception/PluginLoadException.java 50.0%
2 2
org/alexmond/jhelm/plugin/exception/PluginNotFoundException.java 50.0%
2 2
org/alexmond/jhelm/plugin/exception/PluginValidationException.java 50.0%
2 2
org/alexmond/jhelm/plugin/exception/PluginExecutionException.java 50.0%
2 2
org/alexmond/jhelm/plugin/service/PluginLoader.java 94.7%
36 2
org/alexmond/jhelm/app/command/GetCommand.java 99.0%
100 1
org/alexmond/jhelm/app/command/PackageCommand.java 96.2%
25 1
org/alexmond/jhelm/core/action/ShowAction.java 97.7%
42 1
org/alexmond/jhelm/core/action/TestAction.java 98.1%
53 1
org/alexmond/jhelm/core/action/SearchHubAction.java 97.4%
37 1
org/alexmond/jhelm/core/model/Values.java 66.7%
2 1
org/alexmond/jhelm/core/util/ValuesOverrides.java 96.7%
29 1
org/alexmond/jhelm/kube/JhelmKubeAutoConfiguration.java 95.2%
20 1
org/alexmond/jhelm/kube/service/RetryableKubeService.java 97.8%
44 1
org/alexmond/jhelm/app/command/PushCommand.java 100.0%
10 0
org/alexmond/jhelm/app/command/HistoryCommand.java 100.0%
16 0
org/alexmond/jhelm/app/command/RollbackCommand.java 100.0%
10 0
org/alexmond/jhelm/app/command/PullCommand.java 100.0%
10 0
org/alexmond/jhelm/app/command/UninstallCommand.java 100.0%
10 0
org/alexmond/jhelm/app/command/RegistryCommand.java 100.0%
24 0
org/alexmond/jhelm/app/command/VerifyCommand.java 100.0%
12 0
org/alexmond/jhelm/app/command/ShowCommand.java 100.0%
57 0
org/alexmond/jhelm/app/output/CliOutput.java 100.0%
19 0
org/alexmond/jhelm/core/JhelmMetricsAutoConfiguration.java 100.0%
2 0
org/alexmond/jhelm/core/CoreConfig.java 100.0%
1 0
org/alexmond/jhelm/core/action/RollbackAction.java 100.0%
30 0
org/alexmond/jhelm/core/action/StatusAction.java 100.0%
4 0
org/alexmond/jhelm/core/action/VerifyAction.java 100.0%
13 0
org/alexmond/jhelm/core/action/UninstallAction.java 100.0%
14 0
org/alexmond/jhelm/core/action/HistoryAction.java 100.0%
1 0
org/alexmond/jhelm/core/action/ListAction.java 100.0%
1 0
org/alexmond/jhelm/core/action/CreateAction.java 100.0%
33 0
org/alexmond/jhelm/core/config/JhelmCoreProperties.java 100.0%
3 0
org/alexmond/jhelm/core/exception/DeploymentFailedException.java 100.0%
4 0
org/alexmond/jhelm/core/exception/JhelmException.java 100.0%
4 0
org/alexmond/jhelm/core/exception/ChartLoadException.java 100.0%
14 0
org/alexmond/jhelm/core/exception/ReleaseNotFoundException.java 100.0%
5 0
org/alexmond/jhelm/core/exception/TemplateRenderException.java 100.0%
19 0
org/alexmond/jhelm/core/exception/WaitTimeoutException.java 100.0%
4 0
org/alexmond/jhelm/core/exception/SchemaValidationException.java 100.0%
10 0
org/alexmond/jhelm/core/metrics/JhelmMetrics.java 100.0%
35 0
org/alexmond/jhelm/core/model/RepositoryConfig.java 0.0%
0 0
org/alexmond/jhelm/core/model/Chart.java 0.0%
0 0
org/alexmond/jhelm/core/model/ResourceStatus.java 0.0%
0 0
org/alexmond/jhelm/core/model/ChartMetadata.java 100.0%
1 0
org/alexmond/jhelm/core/model/Release.java 0.0%
0 0
org/alexmond/jhelm/core/model/Dependency.java 0.0%
0 0
org/alexmond/jhelm/core/model/HelmHook.java 0.0%
0 0
org/alexmond/jhelm/core/model/VersionSet.java 100.0%
3 0
org/alexmond/jhelm/core/service/KubeService.java 0.0%
0 0
org/alexmond/jhelm/core/service/PostRenderProcessor.java 0.0%
0 0
org/alexmond/jhelm/core/service/AsyncKubeService.java 0.0%
0 0
org/alexmond/jhelm/core/service/ChartDownloader.java 0.0%
0 0
org/alexmond/jhelm/core/service/LifecycleListener.java 0.0%
0 0
org/alexmond/jhelm/core/template/HelmChartTemplates.java 100.0%
13 0
org/alexmond/jhelm/gotemplate/helm/HelmFunctions.java 100.0%
11 0
org/alexmond/jhelm/gotemplate/helm/HelmFunctionProvider.java 100.0%
8 0
org/alexmond/jhelm/gotemplate/helm/functions/TemplateFunctions.java 100.0%
63 0
org/alexmond/jhelm/gotemplate/helm/functions/KubernetesProvider.java 0.0%
0 0
org/alexmond/jhelm/gotemplate/helm/functions/KubernetesFunctions.java 100.0%
23 0
org/alexmond/jhelm/kube/KubernetesConfig.java 100.0%
1 0
org/alexmond/jhelm/kube/config/JhelmKubernetesProperties.java 100.0%
8 0
org/alexmond/jhelm/plugin/JhelmPluginAutoConfiguration.java 100.0%
7 0
org/alexmond/jhelm/plugin/config/JhelmPluginProperties.java 100.0%
3 0
org/alexmond/jhelm/plugin/exception/PluginException.java 100.0%
4 0
org/alexmond/jhelm/plugin/model/PluginEvent.java 0.0%
0 0
org/alexmond/jhelm/plugin/model/PluginDescriptor.java 0.0%
0 0
org/alexmond/jhelm/plugin/model/PluginType.java 100.0%
12 0
org/alexmond/jhelm/plugin/model/PluginManifest.java 0.0%
0 0
org/alexmond/jhelm/plugin/sandbox/SandboxConfig.java 0.0%
0 0
org/alexmond/jhelm/plugin/service/PluginRegistry.java 100.0%
9 0
org/alexmond/jhelm/plugin/spi/DownloaderPlugin.java 0.0%
0 0
org/alexmond/jhelm/plugin/spi/LifecycleHookPlugin.java 0.0%
0 0
org/alexmond/jhelm/plugin/spi/Plugin.java 0.0%
0 0
org/alexmond/jhelm/plugin/spi/PostRendererPlugin.java 0.0%
0 0