tkarabela / pysubs2

A Python library for editing subtitle files
http://pysubs2.readthedocs.io
MIT License
318 stars 40 forks source link

Ensure SRTs are written in cue start order #68

Closed AntonOfTheWoods closed 1 year ago

AntonOfTheWoods commented 1 year ago

Fixes https://github.com/tkarabela/pysubs2/issues/67

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 :tada:

Comparison is base (3752cff) 93.24% compared to head (bdde8f2) 93.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== + Coverage 93.24% 93.29% +0.04% ========================================== Files 36 36 Lines 2295 2310 +15 Branches 394 394 ========================================== + Hits 2140 2155 +15 Misses 105 105 Partials 50 50 ``` | [Impacted Files](https://codecov.io/gh/tkarabela/pysubs2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom%C3%A1%C5%A1+Karabela) | Coverage Δ | | |---|---|---| | [pysubs2/subrip.py](https://codecov.io/gh/tkarabela/pysubs2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom%C3%A1%C5%A1+Karabela#diff-cHlzdWJzMi9zdWJyaXAucHk=) | `97.84% <100.00%> (ø)` | | | [tests/test\_subrip.py](https://codecov.io/gh/tkarabela/pysubs2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom%C3%A1%C5%A1+Karabela#diff-dGVzdHMvdGVzdF9zdWJyaXAucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom%C3%A1%C5%A1+Karabela). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tom%C3%A1%C5%A1+Karabela)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.