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

Added the no-progress flag for project.py status to hide the progress… #685

Merged
merged 36 commits into from
Sep 5, 2023

fix: ordering in _get_parallel_executor

2918c18
Select commit
Loading
Failed to load commit list.
Merged

Added the no-progress flag for project.py status to hide the progress… #685

fix: ordering in _get_parallel_executor
2918c18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2023 in 0s

69.28% (+0.17%) compared to 5093591

View this Pull Request on Codecov

69.28% (+0.17%) compared to 5093591

Details

Codecov Report

Merging #685 (2918c18) into main (5093591) will increase coverage by 0.17%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #685      +/-   ##
==========================================
+ Coverage   69.10%   69.28%   +0.17%     
==========================================
  Files          43       43              
  Lines        4279     4294      +15     
  Branches     1044     1047       +3     
==========================================
+ Hits         2957     2975      +18     
+ Misses       1109     1108       -1     
+ Partials      213      211       -2     
Files Changed Coverage Δ
flow/project.py 83.12% <100.00%> (+0.01%) ⬆️
flow/util/misc.py 78.52% <100.00%> (+4.03%) ⬆️