helgee / RemoteFiles.jl

Download files from the Internet and keep them up-to-date.
Other
49 stars 8 forks source link

Fix typo in docstring for isfile #9

Closed DilumAluthge closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will decrease coverage by 22.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #9       +/-   ##
==========================================
- Coverage   95.87%   73.8%   -22.07%     
==========================================
  Files           3       3               
  Lines          97     126       +29     
==========================================
  Hits           93      93               
- Misses          4      33       +29
Impacted Files Coverage Δ
src/RemoteFiles.jl 87.09% <ø> (-9.34%) :arrow_down:
src/download.jl 44.44% <0%> (-46.47%) :arrow_down:

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 f8d7974...b312430. Read the comment docs.

DilumAluthge commented 5 years ago

This is only a change to a single docstring... not sure why there is a drop in coverage.

helgee commented 5 years ago

Thanks!

This is only a change to a single docstring... not sure why there is a drop in coverage.

Do not worry about it. IIRC there were some changes to how coverage is determined in base Julia (sometime in the Julia 1.1 release time frame).