Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Training event Exporter #1451

Merged
merged 40 commits into from
Feb 8, 2025

Merge branch 'master' into training_event

ef518fb
Select commit
Loading
Failed to load commit list.
Merged

add Training event Exporter #1451

Merge branch 'master' into training_event
ef518fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 8, 2025 in 1s

82.14% (target 80.00%)

View this Pull Request on Codecov

82.14% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 92.63158% with 91 lines in your changes missing coverage. Please review.

Project coverage is 82.14%. Comparing base (89c310e) to head (ef518fb).

Files with missing lines Patch % Lines
dlrover/python/training_event/exporter.py 88.52% 21 Missing ⚠️
...lrover/python/training_event/predefined/trainer.py 67.79% 19 Missing ⚠️
...rover/python/training_event/predefined/_dlrover.py 67.92% 17 Missing ⚠️
dlrover/python/training_event/config.py 89.23% 14 Missing ⚠️
dlrover/python/training_event/error_handler.py 92.77% 6 Missing ⚠️
dlrover/python/training_event/emitter.py 96.47% 5 Missing ⚠️
dlrover/python/training_event/event.py 91.66% 3 Missing ⚠️
dlrover/python/master/main.py 33.33% 2 Missing ⚠️
dlrover/python/training_event/predefined/common.py 81.81% 2 Missing ⚠️
dlrover/trainer/torch/elastic_run.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1451      +/-   ##
==========================================
+ Coverage   81.61%   82.14%   +0.52%     
==========================================
  Files         240      253      +13     
  Lines       24062    25288    +1226     
==========================================
+ Hits        19638    20772    +1134     
- Misses       4424     4516      +92     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.