grimbough / FITfileR

R package for reading data from FIT files using only native R code, rather than relying on external libraries.
https://msmith.de/FITfileR
53 stars 13 forks source link

Simplify header #11

Closed grimbough closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #11 (6d92422) into master (f272744) will decrease coverage by 1.56%. The diff coverage is 61.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   75.41%   73.84%   -1.57%     
==========================================
  Files           9       12       +3     
  Lines         362      390      +28     
==========================================
+ Hits          273      288      +15     
- Misses         89      102      +13     
Impacted Files Coverage Δ
R/allMethods.R 0.00% <0.00%> (-4.66%) :arrow_down:
R/class_validity.R 0.00% <0.00%> (ø)
R/read_headers.R 79.16% <50.00%> (+3.30%) :arrow_up:
R/utilities.R 73.33% <54.54%> (-13.63%) :arrow_down:
R/methods_Messages_header.R 57.14% <57.14%> (ø)
R/methods_Messages_accessors.R 72.72% <66.66%> (+29.87%) :arrow_up:
R/allGenerics.R 85.71% <85.71%> (ø)
R/dataFormatting.R 89.24% <100.00%> (+0.35%) :arrow_up:
R/read_messages.R 86.00% <100.00%> (ø)
R/reader.R 100.00% <100.00%> (ø)
... and 4 more

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 f272744...6d92422. Read the comment docs.