Skip to content

feat: add option to specify git remote name#1104

Merged
mergify[bot] merged 2 commits intomasterfrom
feat/remote-name
Apr 4, 2022
Merged

feat: add option to specify git remote name#1104
mergify[bot] merged 2 commits intomasterfrom
feat/remote-name

Conversation

@catthehacker
Copy link
Copy Markdown
Member

fixes #1099
fixes #983

Signed-off-by: Ryan me@hackerc.at

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ CREDENTIALS secretlint yes no 1.26s
✅ EDITORCONFIG editorconfig-checker 6 0 1.03s
✅ GIT git_diff yes no 0.0s

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

fixes #1099
fixes #983

Signed-off-by: Ryan <me@hackerc.at>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2022

Codecov Report

Merging #1104 (7e6d235) into master (4f8da0a) will increase coverage by 2.46%.
The diff coverage is 78.98%.

@@            Coverage Diff             @@
##           master    #1104      +/-   ##
==========================================
+ Coverage   57.50%   59.97%   +2.46%     
==========================================
  Files          32       39       +7     
  Lines        4594     4927     +333     
==========================================
+ Hits         2642     2955     +313     
- Misses       1729     1730       +1     
- Partials      223      242      +19     
Impacted Files Coverage Δ
pkg/model/action.go 0.00% <ø> (ø)
pkg/model/planner.go 50.73% <ø> (+0.32%) ⬆️
pkg/model/workflow.go 50.91% <ø> (ø)
pkg/container/docker_run.go 5.11% <2.50%> (-0.43%) ⬇️
pkg/common/git.go 49.31% <28.57%> (-0.52%) ⬇️
pkg/container/file_collector.go 44.85% <44.85%> (ø)
pkg/runner/logger.go 66.00% <67.56%> (+0.56%) ⬆️
pkg/runner/runner.go 73.72% <73.68%> (-2.75%) ⬇️
pkg/exprparser/interpreter.go 74.57% <75.00%> (+1.17%) ⬆️
pkg/runner/expression.go 91.02% <78.26%> (+0.20%) ⬆️
... and 19 more

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

@catthehacker catthehacker marked this pull request as ready for review April 4, 2022 17:30
@catthehacker catthehacker requested a review from a team as a code owner April 4, 2022 17:30
@mergify mergify Bot merged commit d4272bd into master Apr 4, 2022
@mergify mergify Bot deleted the feat/remote-name branch April 4, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: add option to allow specifying git remote Add the ability to specify "remote" name.

3 participants