beacon-biosignals / EDF.jl

Read and write EDF files in Julia
MIT License
18 stars 5 forks source link

Redo the API #7

Closed ararslan closed 5 years ago

ararslan commented 5 years ago

Annoyingly, all internal calls to read and write now have to be qualified with Base. since we've introduced conflicting names.

jrevels commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@93350fb). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #7   +/-   ##
=========================================
  Coverage          ?   98.94%           
=========================================
  Files             ?        3           
  Lines             ?      189           
  Branches          ?        0           
=========================================
  Hits              ?      187           
  Misses            ?        2           
  Partials          ?        0
Impacted Files Coverage Δ
src/EDF.jl 100% <100%> (ø)
src/read.jl 98.29% <100%> (ø)
src/write.jl 100% <100%> (ø)

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 93350fb...e817783. Read the comment docs.