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

Refactoring FtpFileTransfer::parse_unix_list_line #4

Merged
merged 4 commits into from Jan 18, 2021

Conversation

Fenex
Copy link
Contributor

@Fenex Fenex commented Jan 18, 2021

There is a refactoring of a code by converting some duplicate code to clojure.

@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #4 (c412d98) into 0.3.1 (d68d63b) will increase coverage by 0.16%.
The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##            0.3.1       #4      +/-   ##
==========================================
+ Coverage   85.20%   85.36%   +0.16%     
==========================================
  Files          22       22              
  Lines        4624     4586      -38     
==========================================
- Hits         3940     3915      -25     
+ Misses        684      671      -13     
Impacted Files Coverage Δ
src/filetransfer/ftp_transfer.rs 72.84% <90.90%> (-0.38%) ⬇️
src/filetransfer/scp_transfer.rs 67.17% <90.90%> (+0.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d68d63b...c412d98. Read the comment docs.

@veeso veeso added this to the 0.3.1 milestone Jan 18, 2021
@veeso
Copy link
Owner

veeso commented Jan 18, 2021

I totally forgot to refactor that snippet of code, which I've written while testing the parser 😆. Thank you very much!

@veeso veeso changed the base branch from main to 0.3.1 January 18, 2021 07:05
@veeso veeso merged commit 7ee1423 into veeso:0.3.1 Jan 18, 2021
@Fenex Fenex deleted the refactoring/1 branch February 24, 2021 23:04
veeso added a commit that referenced this pull request Jun 13, 2021
# This is the 1st commit message:

Use containers to test file transfers

# This is the commit message #2:

Container setup

# This is the commit message #3:

Container setup

# This is the commit message #4:

tests with docker-compose

# This is the commit message #5:

these tests won't work with containers

# This is the commit message #6:

ftp tests with containers; removed crap servers; tests only lib

# This is the commit message #7:

hostname for github

# This is the commit message #8:

booooooh

# This is the commit message #9:

fixed recursive remove FTP
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.

None yet

2 participants