Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: duration plugin - MILLISECONDS_A_MONTH const calculation #2362

Merged
merged 3 commits into from
Jul 9, 2023

Merge branch 'dev' into fix-duration-month-calculation

57cc7e0
Select commit
Loading
Failed to load commit list.
Merged

fix: duration plugin - MILLISECONDS_A_MONTH const calculation #2362

Merge branch 'dev' into fix-duration-month-calculation
57cc7e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2023 in 1s

100.00% (+0.00%) compared to df49762

View this Pull Request on Codecov

100.00% (+0.00%) compared to df49762

Details

Codecov Report

Merging #2362 (57cc7e0) into dev (df49762) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               dev     #2362   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          183       183           
  Lines         2111      2198   +87     
  Branches       555       593   +38     
=========================================
+ Hits          2111      2198   +87     
Impacted Files Coverage Δ
src/index.js 100.00% <100.00%> (ø)
src/plugin/duration/index.js 100.00% <100.00%> (ø)
src/plugin/minMax/index.js 100.00% <100.00%> (ø)
src/plugin/objectSupport/index.js 100.00% <100.00%> (ø)