ProfessionalWiki / EDTF

PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
https://wikibase.consulting/wikibase-edtf
GNU General Public License v2.0
10 stars 7 forks source link

Improve library public interface #30

Closed JeroenDeDauw closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #30 (bce4f9c) into master (9ce4cf4) will decrease coverage by 0.74%. The diff coverage is 70.37%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #30      +/-   ##
============================================
- Coverage     79.50%   78.76%   -0.75%     
- Complexity      349      353       +4     
============================================
  Files            20       21       +1     
  Lines           849      857       +8     
============================================
  Hits            675      675              
- Misses          174      182       +8     
Flag Coverage Δ Complexity Δ
phpunit 78.76% <70.37%> (-0.75%) 0.00 <13.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/EdtfFactory.php 0.00% <0.00%> (ø) 4.00 <4.00> (?)
src/ExtDate.php 100.00% <ø> (ø) 44.00 <0.00> (ø)
src/ExtDateTime.php 86.04% <ø> (ø) 18.00 <0.00> (ø)
src/Interval.php 75.75% <ø> (ø) 19.00 <0.00> (ø)
src/PackagePrivate/CoversTrait.php 100.00% <ø> (ø) 2.00 <0.00> (?)
src/PackagePrivate/Humanize/EnglishHumanizer.php 97.29% <ø> (ø) 42.00 <0.00> (?)
src/PackagePrivate/Humanize/FrenchHumanizer.php 83.33% <ø> (ø) 3.00 <0.00> (?)
src/Season.php 100.00% <ø> (ø) 39.00 <0.00> (ø)
src/PackagePrivate/Humanize/HumanizerFactory.php 100.00% <100.00%> (ø) 3.00 <1.00> (?)
...PackagePrivate/Humanize/PrivateStringHumanizer.php 100.00% <100.00%> (ø) 4.00 <1.00> (?)
... and 5 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 9ce4cf4...bce4f9c. Read the comment docs.