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

[FEAT] annotate ray tasks with name of instructions #1729

Merged
merged 2 commits into from
Dec 15, 2023

Add stage id

7bacfbc
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] annotate ray tasks with name of instructions #1729

Add stage id
7bacfbc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2023 in 0s

85.19% (+0.00%) compared to 52e4809

View this Pull Request on Codecov

85.19% (+0.00%) compared to 52e4809

Details

Codecov Report

Merging #1729 (7bacfbc) into main (52e4809) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1729   +/-   ##
=======================================
  Coverage   85.18%   85.19%           
=======================================
  Files          55       55           
  Lines        5515     5517    +2     
=======================================
+ Hits         4698     4700    +2     
  Misses        817      817           
Files Coverage Δ
daft/execution/execution_step.py 93.11% <100.00%> (+0.03%) ⬆️
daft/runners/progress_bar.py 78.84% <100.00%> (ø)
daft/runners/ray_runner.py 88.96% <100.00%> (ø)