yjmantilla / sovabids

A python package for the automatic conversion of EEG datasets to the BIDS standard, with a focus on making the most out of metadata.
https://sovabids.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Fix invalid chars #55

Closed yjmantilla closed 2 years ago

yjmantilla commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #55 (07d21ee) into main (ebf58a7) will decrease coverage by 0.30%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   83.01%   82.70%   -0.31%     
==========================================
  Files          15       15              
  Lines         736      746      +10     
==========================================
+ Hits          611      617       +6     
- Misses        125      129       +4     
Impacted Files Coverage Δ
sovabids/datasets.py 45.63% <0.00%> (ø)
sovabids/convert.py 93.47% <60.00%> (-4.20%) :arrow_down:
sovabids/rules.py 89.16% <66.66%> (-0.71%) :arrow_down:
sovabids/parsers.py 92.00% <100.00%> (+0.33%) :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 ebf58a7...07d21ee. Read the comment docs.