JuliaData / DBFTables.jl

Read and write DBF (dBase) tabular data in Julia
Other
10 stars 11 forks source link

update logging style #6

Closed cchderrick closed 5 years ago

cchderrick commented 5 years ago

Change warn to @warn and bring the commented debug back out as @debug

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.6%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #6     +/-   ##
=========================================
+ Coverage   93.65%   94.25%   +0.6%     
=========================================
  Files           1        1             
  Lines          63       87     +24     
=========================================
+ Hits           59       82     +23     
- Misses          4        5      +1
Impacted Files Coverage Δ
src/DBFTables.jl 94.25% <60%> (+0.6%) :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 2b2cc34...fde9a5a. Read the comment docs.

visr commented 5 years ago

I'll go ahead and close this, since it's subsumed by #9.