oxinabox / DataDepsGenerators.jl

Utility for developers to help define DataDeps registration blocks, for reusing existing Data with DataDeps.jl
Other
18 stars 6 forks source link

cleanup description escaping code #38

Closed oxinabox closed 6 years ago

oxinabox commented 6 years ago

This cleans of a lot of the code that generates the text for the code for the descriptions.

I am using https://github.com/Evizero/ReferenceTests.jl/pull/6 because regenerating the this many reference tests with the release version of ReferenceTests.jl is utter pain

codecov-io commented 6 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   94.17%   94.21%   +0.03%     
==========================================
  Files          15       15              
  Lines         292      294       +2     
==========================================
+ Hits          275      277       +2     
  Misses         17       17
Impacted Files Coverage Δ
src/DataDepsGenerators.jl 91.42% <ø> (ø) :arrow_up:
src/CKAN.jl 95% <100%> (ø) :arrow_up:
src/DataOneV2/DataOneV2.jl 81.25% <100%> (ø) :arrow_up:
src/DataOneV1.jl 100% <100%> (ø) :arrow_up:
src/utils.jl 90% <100%> (+1.11%) :arrow_up:
src/DataCite.jl 96.15% <100%> (ø) :arrow_up:
src/Figshare.jl 96.55% <100%> (+0.12%) :arrow_up:
src/DataDryad.jl 100% <100%> (ø) :arrow_up:

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 a8c30e6...515ee43. Read the comment docs.