Closed qgeissmann closed 3 years ago
Merging #45 into master will decrease coverage by
2.45%
. The diff coverage is94.18%
.
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
- Coverage 98.63% 96.17% -2.46%
==========================================
Files 6 6
Lines 73 157 +84
==========================================
+ Hits 72 151 +79
- Misses 1 6 +5
Impacted Files | Coverage Δ | |
---|---|---|
R/hms.R | 97.36% <100%> (+0.07%) |
:arrow_up: |
R/parse.R | 94.11% <94.11%> (-5.89%) |
:arrow_down: |
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 8f4eaa3...03b0948. Read the comment docs.
Thanks for working on this. Let's leave better parsing to other packages.
My attempt at rewriting the parser (issue #39).
So now, this should work:
In addition,
parse_hm()
, we could just alias it.problem
attribute is added to the result when issues were encountered (see tests)