act icon indicating copy to clipboard operation
act copied to clipboard

feat: podman CI

Open catthehacker opened this issue 3 years ago β€’ 6 comments
trafficstars

fixes #303

catthehacker avatar Mar 20 '22 19:03 catthehacker

MegaLinter status: :warning: WARNING

Descriptor Linter Files Fixed Errors Elapsed time
βœ… CREDENTIALS secretlint yes no 0.96s
βœ… EDITORCONFIG editorconfig-checker 1 0 0.85s
βœ… GIT git_diff yes no 0.01s
:warning: YAML prettier 1 1 0.56s
βœ… YAML v8r 1 0 1.42s

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

github-actions[bot] avatar Mar 20 '22 19:03 github-actions[bot]

Codecov Report

Merging #1060 (c61ee56) into master (4f8da0a) will increase coverage by 2.49%. The diff coverage is 78.48%.

@@            Coverage Diff             @@
##           master    #1060      +/-   ##
==========================================
+ Coverage   57.50%   60.00%   +2.49%     
==========================================
  Files          32       39       +7     
  Lines        4594     5000     +406     
==========================================
+ Hits         2642     3000     +358     
- Misses       1729     1751      +22     
- Partials      223      249      +26     
Impacted Files Coverage Ξ”
pkg/model/action.go 0.00% <ΓΈ> (ΓΈ)
pkg/model/github_context.go 79.51% <ΓΈ> (ΓΈ)
pkg/model/planner.go 50.73% <ΓΈ> (+0.32%) :arrow_up:
pkg/model/workflow.go 50.36% <0.00%> (-0.56%) :arrow_down:
pkg/container/docker_run.go 5.01% <1.96%> (-0.53%) :arrow_down:
pkg/common/git.go 49.31% <28.57%> (-0.52%) :arrow_down:
pkg/container/file_collector.go 44.85% <44.85%> (ΓΈ)
pkg/runner/runner.go 73.72% <73.68%> (-2.75%) :arrow_down:
pkg/exprparser/interpreter.go 75.29% <75.00%> (+1.89%) :arrow_up:
pkg/runner/logger.go 69.56% <75.47%> (+4.13%) :arrow_up:
... and 20 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

codecov[bot] avatar Mar 20 '22 19:03 codecov[bot]

PR is stale and will be closed in 14 days unless there is new activity

github-actions[bot] avatar Apr 29 '22 00:04 github-actions[bot]

is that failure in ci expected?

ntindle avatar Apr 29 '22 21:04 ntindle

is that failure in ci expected?

No?

catthehacker avatar Apr 30 '22 15:04 catthehacker

MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… CREDENTIALS secretlint yes no 0.98s
βœ… EDITORCONFIG editorconfig-checker 1 0 0.62s
βœ… GIT git_diff yes no 0.0s
βœ… YAML prettier 1 0 0.54s
βœ… YAML v8r 1 0 1.28s

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

github-actions[bot] avatar May 14 '22 09:05 github-actions[bot]

Are there any plans to revive this? Logs are expired and it's now unclear what exactly was broken/didn't pass.

XVilka avatar Aug 25 '23 09:08 XVilka