kiwilan / php-audio

PHP package to parse and update audio files metadata, with JamesHeinrich/getID3.
MIT License
12 stars 0 forks source link

3.0.0 #12

Closed ewilan-riviere closed 1 year ago

ewilan-riviere commented 1 year ago

BREAKING CHANGES

Why? All these classes have some methods like setters or actions. To be consistent and clear, all simple getters have now get prefix.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 99.09% and no project coverage change.

Comparison is base (45f3a91) 94.00% compared to head (58a9f6c) 94.00%. Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================= Coverage 94.00% 94.00% Complexity 446 446 ========================================= Files 7 7 Lines 1650 1650 ========================================= Hits 1551 1551 Misses 99 99 ``` | [Files Changed](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan) | Coverage Δ | | |---|---|---| | [src/Models/AudioStat.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9BdWRpb1N0YXQucGhw) | `97.05% <92.85%> (ø)` | | | [src/Audio.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL0F1ZGlvLnBocA==) | `98.15% <98.11%> (ø)` | | | [src/Models/AudioCore.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9BdWRpb0NvcmUucGhw) | `99.48% <100.00%> (ø)` | | | [src/Models/AudioCover.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9BdWRpb0NvdmVyLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Models/AudioMetadata.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9BdWRpb01ldGFkYXRhLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Models/Id3Reader.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9JZDNSZWFkZXIucGhw) | `88.65% <100.00%> (ø)` | | | [src/Models/Id3Writer.php](https://app.codecov.io/gh/kiwilan/php-audio/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwilan#diff-c3JjL01vZGVscy9JZDNXcml0ZXIucGhw) | `97.12% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.