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

fix: handle go closure iteration #1374

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

KnisterPeter
Copy link
Member

Copy the matrix to make it closure aware

Copy the matrix to make it closure aware
@KnisterPeter KnisterPeter added the kind/bug Something isn't working label Oct 5, 2022
@KnisterPeter KnisterPeter requested a review from a team as a code owner October 5, 2022 09:42
@KnisterPeter KnisterPeter self-assigned this Oct 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.68s
✅ REPOSITORY git_diff yes no 0.0s
✅ REPOSITORY secretlint yes no 1.18s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Merging #1374 (4ebbcbd) into master (4f8da0a) will increase coverage by 4.66%.
The diff coverage is 74.80%.

@@            Coverage Diff             @@
##           master    #1374      +/-   ##
==========================================
+ Coverage   57.50%   62.17%   +4.66%     
==========================================
  Files          32       40       +8     
  Lines        4594     5581     +987     
==========================================
+ Hits         2642     3470     +828     
- Misses       1729     1843     +114     
- Partials      223      268      +45     
Impacted Files Coverage Δ
pkg/model/action.go 0.00% <0.00%> (ø)
pkg/model/step_result.go 0.00% <ø> (ø)
pkg/container/docker_run.go 13.73% <13.73%> (+8.18%) ⬆️
pkg/model/planner.go 48.82% <25.00%> (-1.60%) ⬇️
pkg/container/docker_pull.go 33.33% <33.33%> (ø)
pkg/container/file_collector.go 45.87% <45.87%> (ø)
pkg/common/git/git.go 50.00% <47.91%> (ø)
pkg/container/docker_auth.go 47.61% <50.00%> (+2.61%) ⬆️
pkg/model/workflow.go 54.32% <50.00%> (+3.40%) ⬆️
pkg/exprparser/interpreter.go 73.37% <53.48%> (-0.02%) ⬇️
... and 30 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mergify mergify bot merged commit 1bade27 into master Oct 5, 2022
@mergify mergify bot deleted the fix-matrix-logger-output branch October 5, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants