Animenosekai / translate

A module grouping multiple translation APIs
GNU Affero General Public License v3.0
525 stars 60 forks source link

fix: Try to fix Yandex & Fix Bing Translate #73

Closed ZhymabekRoman closed 1 year ago

ZhymabekRoman commented 1 year ago

closes #72

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
translate ❌ Failed (Inspect) Jan 14, 2023 at 1:07AM (UTC)
codecov-commenter commented 1 year ago

Codecov Report

Base: 63.22% // Head: 63.68% // Increases project coverage by +0.45% :tada:

Coverage data is based on head (dee954d) compared to base (952e2c2). Patch coverage: 20.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================== + Coverage 63.22% 63.68% +0.45% ========================================== Files 28 28 Lines 2401 2401 ========================================== + Hits 1518 1529 +11 + Misses 883 872 -11 ``` | [Impacted Files](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise) | Coverage Δ | | |---|---|---| | [translatepy/translators/yandex.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMveWFuZGV4LnB5) | `71.30% <0.00%> (ø)` | | | [translatepy/translators/bing.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvYmluZy5weQ==) | `85.89% <100.00%> (+0.64%)` | :arrow_up: | | [translatepy/translators/base.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvYmFzZS5weQ==) | `89.08% <0.00%> (+0.57%)` | :arrow_up: | | [translatepy/translators/google.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvZ29vZ2xlLnB5) | `54.76% <0.00%> (+0.68%)` | :arrow_up: | | [translatepy/translators/reverso.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvcmV2ZXJzby5weQ==) | `70.45% <0.00%> (+1.13%)` | :arrow_up: | | [translatepy/translators/mymemory.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvbXltZW1vcnkucHk=) | `75.60% <0.00%> (+2.43%)` | :arrow_up: | | [translatepy/translators/deepl.py](https://codecov.io/gh/Animenosekai/translate/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Anise#diff-dHJhbnNsYXRlcHkvdHJhbnNsYXRvcnMvZGVlcGwucHk=) | `88.81% <0.00%> (+3.49%)` | :arrow_up: | 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=Anise). 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=Anise)

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

ZhymabekRoman commented 1 year ago

I just found an interesting Github Action feature. Tomorrow I will try to add a separate PR

ZhymabekRoman commented 1 year ago

Done. Now all ignored exception information will be shown in the Github Action's annotations section: image More information: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions

Animenosekai commented 1 year ago

Wow, I don't know why any of your PR and the Issues weren't in my GitHub notifications, so I missed them…

Yup, looking at your PR, everything looks fine!

Thanks again 🍡