Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): helm values can be either a string or a map (#2936) #11538

Merged
merged 23 commits into from
Jun 26, 2023

merge upstream

244da41
Select commit
Loading
Failed to load commit list.
Merged

feat(helm): helm values can be either a string or a map (#2936) #11538

merge upstream
244da41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2023 in 1s

49.61% (+0.00%) compared to 793a818

View this Pull Request on Codecov

49.61% (+0.00%) compared to 793a818

Details

Codecov Report

Patch coverage: 58.00% and no project coverage change.

Comparison is base (793a818) 49.60% compared to head (244da41) 49.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11538   +/-   ##
=======================================
  Coverage   49.60%   49.61%           
=======================================
  Files         257      258    +1     
  Lines       44151    44192   +41     
=======================================
+ Hits        21903    21925   +22     
- Misses      20093    20106   +13     
- Partials     2155     2161    +6     
Impacted Files Coverage Δ
cmd/util/app.go 56.22% <0.00%> (-0.21%) ⬇️
pkg/apis/application/v1alpha1/values.go 55.26% <55.26%> (ø)
cmd/argocd/commands/app.go 21.85% <100.00%> (+0.03%) ⬆️
pkg/apis/application/v1alpha1/types.go 59.11% <100.00%> (ø)
reposerver/repository/repository.go 59.26% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.