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

Add ls subcommand #9

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Add ls subcommand #9

merged 2 commits into from
Dec 27, 2023

Conversation

nao1215
Copy link
Owner

@nao1215 nao1215 commented Dec 27, 2023

No description provided.

@@ -0,0 +1,22 @@
package subcmd

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
ST1000: at least one file in a package should have a package comment (stylecheck)

Copy link

HOTTEST report

PASS FAIL SKIP TOTAL DURATION
67 0 3 70 1.698947893s

Reported by hottest

Copy link

Code Metrics Report

main (df25e67) #9 (5e2c602) +/-
Coverage 23.6% 19.6% -4.0%
Test Execution Time 30s 4s -26s
Details
  |                     | main (df25e67) | #9 (5e2c602) |  +/-  |
  |---------------------|----------------|--------------|-------|
- | Coverage            |          23.6% |        19.6% | -4.0% |
  |   Files             |             17 |           19 |    +2 |
  |   Lines             |            347 |          403 |   +56 |
- |   Covered           |             82 |           79 |    -3 |
+ | Test Execution Time |            30s |           4s |  -26s |

Code coverage of files in pull request scope (36.9% → 24.2%)

Files Coverage +/-
app/di/wire_gen.go 0.0% 0.0%
app/domain/model/s3.go 93.6% -4.2%
app/external/s3.go 0.0% 0.0%
app/interactor/s3.go 0.0% 0.0%
cmd/subcmd/common.go 0.0% 0.0%
cmd/subcmd/s3hub/common.go 4.2% +4.2%
cmd/subcmd/s3hub/ls.go 0.0% -100.0%
cmd/subcmd/s3hub/mb.go 0.0% 0.0%
cmd/subcmd/s3hub/root.go 0.0% -6.7%

Reported by octocov

@nao1215 nao1215 merged commit 89110b0 into main Dec 27, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant