jkawamoto / go-pixeldrain

Share files with decentralized cloud storage.
https://pkg.go.dev/github.com/jkawamoto/go-pixeldrain
MIT License
42 stars 3 forks source link

Upload command accepts multiple files #36

Closed jkawamoto closed 1 year ago

jkawamoto commented 1 year ago

If multiple files are given, it will also create a list.

This PR fixes #13.

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (766a3cc) into develop (49205c2) will decrease coverage by 5.56%. The diff coverage is 74.52%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #36      +/-   ##
===========================================
- Coverage    78.42%   72.87%   -5.56%     
===========================================
  Files            8       12       +4     
  Lines          190      317     +127     
===========================================
+ Hits           149      231      +82     
- Misses          33       75      +42     
- Partials         8       11       +3     
Impacted Files Coverage Δ
cmd/pd/command/upload.go 63.49% <64.15%> (ø)
cmd/client/mock/mock_client.go 83.33% <83.33%> (ø)
cmd/client/client.go 100.00% <100.00%> (ø)
cmd/client/context.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes