Closed javieriserte closed 3 years ago
Merging #50 into master will increase coverage by
2.8%
. The diff coverage is52.94%
.
@@ Coverage Diff @@
## master #50 +/- ##
=========================================
+ Coverage 85.95% 88.75% +2.8%
=========================================
Files 46 51 +5
Lines 2065 2464 +399
=========================================
+ Hits 1775 2187 +412
+ Misses 290 277 -13
Impacted Files | Coverage Δ | |
---|---|---|
src/Utils/GeneralUtils.jl | 92.72% <0%> (+1.61%) |
:arrow_up: |
src/Pfam/PDB.jl | 91.02% <100%> (-1.04%) |
:arrow_down: |
src/MSA/PIR.jl | 93.75% <33.33%> (+1.29%) |
:arrow_up: |
src/Utils/Read.jl | 85.71% <58.33%> (-14.29%) |
:arrow_down: |
src/MSA/Raw.jl | 77.77% <0%> (-3%) |
:arrow_down: |
src/PDB/AtomsData.jl | 97.36% <0%> (-2.64%) |
:arrow_down: |
src/Information/Externals.jl | 100% <0%> (ø) |
:arrow_up: |
src/Information/Gaps.jl | 100% <0%> (ø) |
:arrow_up: |
... and 34 more |
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 2f9d55e...0f8ccd1. Read the comment docs.
Shouldn't it be HTTP_PROXY
instead of http_proxy
?
Hi Javi! I am sorry for the long delay with this! I will merge it with a few changes :) Including changing the ENV
variables to uppercases. So, they will be HTTP_PROXY
and HTTPS_PROXY
. Cheers,
Hi Diego!
I made a new branch to fix some little thing in MIToS:
1) Changed 'warn' to '@warn' in many places (i think warn is not a language keyword anymore) 2) download_file function gets proxy configuration from http_proxy and https_proxy enviromental variables. 3) Added a small guick dev guide
by the way, i think you should have a 'dev' branch to add things before going to 'master'
bye