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

Emit metrics for tasks run in parallel #771

Merged
merged 1 commit into from
Oct 9, 2024

Emit metrics for tasks run in parallel

f0b32f3
Select commit
Loading
Failed to load commit list.
Merged

Emit metrics for tasks run in parallel #771

Emit metrics for tasks run in parallel
f0b32f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 1s

98.03% (+0.00%) compared to cb3ce37

View this Pull Request on Codecov

98.03% (+0.00%) compared to cb3ce37

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.03%. Comparing base (cb3ce37) to head (f0b32f3).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #771   +/-   ##
=======================================
  Coverage   98.03%   98.03%           
=======================================
  Files         438      438           
  Lines       36460    36468    +8     
=======================================
+ Hits        35742    35750    +8     
  Misses        718      718           
Components Coverage Δ
NonTestCode 95.90% <100.00%> (+<0.01%) ⬆️
OutsideTasks 98.00% <100.00%> (+<0.01%) ⬆️
Files with missing lines Coverage Δ
helpers/parallel.py 100.00% <100.00%> (ø)
tasks/upload_finisher.py 96.26% <100.00%> (+0.01%) ⬆️
tasks/upload_processor.py 99.38% <100.00%> (+<0.01%) ⬆️