dgkf / parttime

Work-in-progress R package for handling partial datetimes
https://dgkf.github.io/parttime
Other
17 stars 1 forks source link

Add formatting tests #17

Closed dgkf closed 2 years ago

dgkf commented 2 years ago

Adds

codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (579e2e3) into master (0e8919f) will increase coverage by 8.77%. The diff coverage is 56.48%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   36.16%   44.94%   +8.77%     
==========================================
  Files          39       39              
  Lines         741      801      +60     
==========================================
+ Hits          268      360      +92     
+ Misses        473      441      -32     
Impacted Files Coverage Δ
R/class_partial_time_ops_inline.R 0.00% <ø> (ø)
R/impute.R 19.69% <ø> (ø)
R/reflow_fields.R 78.04% <0.00%> (ø)
R/zzz.R 0.00% <0.00%> (-14.29%) :arrow_down:
R/class_partial_time_compat_vctrs.R 6.97% <22.22%> (+6.97%) :arrow_up:
R/class_partial_time_compat_lubridate.R 32.55% <29.26%> (+32.55%) :arrow_up:
R/class_partial_time_extract.R 86.95% <92.85%> (+26.95%) :arrow_up:
R/class_partial_time_format.R 98.33% <96.96%> (+98.33%) :arrow_up:
R/parse_iso8601.R 100.00% <100.00%> (ø)
... and 6 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 6f36d99...579e2e3. Read the comment docs.

dgkf commented 2 years ago

Failures on R-devel due to recent rcmdcheck changes and can be ignored. https://github.com/r-lib/rcmdcheck/issues/183