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

fix: don't set percent to 0 for NEEDS-ACTION #2365

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

raimund-schluessler
Copy link
Member

@raimund-schluessler raimund-schluessler commented Oct 7, 2023

With this PR, the percent-complete value is not set to zero anymore, when the status is removed or set to NEEDS-ACTION. However, when the task is completed, and the status is set to NEEDS-ACTION, the percent-complete value is set to 99.

Closes #2335.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #2365 (25fa826) into master (16b1736) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2365      +/-   ##
==========================================
+ Coverage   26.51%   26.53%   +0.02%     
==========================================
  Files          63       63              
  Lines        3070     3071       +1     
  Branches      683      684       +1     
==========================================
+ Hits          814      815       +1     
  Misses       2256     2256              

@raimund-schluessler raimund-schluessler merged commit a86af20 into master Oct 7, 2023
17 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/2335/percent branch October 7, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task Does Not Remember Percent Complete or Priority On Status Change
1 participant