Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

disable pylint errors

eab2ef7
Select commit
Loading
Failed to load commit list.
Open

[Feature] Add Machine translation estimator in api #1156

disable pylint errors
eab2ef7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2026 in 0s

85.72% (+15.13%) compared to beac4e1

View this Pull Request on Codecov

85.72% (+15.13%) compared to beac4e1

Details

Codecov Report

❌ Patch coverage is 26.22478% with 256 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.72%. Comparing base (beac4e1) to head (eab2ef7).
⚠️ Report is 60 commits behind head on v0.x.

Files with missing lines Patch % Lines
...nlp/estimator/machine_translation_event_handler.py 22.22% 196 Missing ⚠️
...p/estimator/machine_translation_batch_processor.py 28.57% 55 Missing ⚠️
...luonnlp/estimator/machine_translation_estimator.py 54.54% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             v0.x    #1156       +/-   ##
===========================================
+ Coverage   70.58%   85.72%   +15.13%     
===========================================
  Files          72       85       +13     
  Lines        6970     8799     +1829     
===========================================
+ Hits         4920     7543     +2623     
+ Misses       2050     1256      -794     
Files with missing lines Coverage Δ
src/gluonnlp/estimator/__init__.py 100.00% <100.00%> (ø)
...luonnlp/estimator/machine_translation_estimator.py 54.54% <54.54%> (ø)
...p/estimator/machine_translation_batch_processor.py 28.57% <28.57%> (ø)
...nlp/estimator/machine_translation_event_handler.py 22.22% <22.22%> (ø)

... and 59 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.