-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 format precision for format_count_fraction_fixed_dp
#1192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Thanks @Melkiades
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @Melkiades , can you update the pr, cicd pipeline is failing, cheers
I know it is silly to wonder, but I am wondering if it makes sense and if it is not too complicated to do restyling and roxygen checks one after the other so to have 2 automatic commits instead of having to do the second step manually. @cicdguy it is more difficult to explain than what you see in the commits (silly me I know) |
Code Coverage Summary
Diff against main
Results for commit: 7cff5e6 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 83 suites 1m 5s ⏱️ Results for commit 7cff5e6. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 118c0a4 ♻️ This comment has been updated with latest results. |
Totally understand that the autocommits are painful. Technically, yes, it is possible to run one workflow after the other, but I would rather have them run simultaneously and report the inconsistencies so you, as a developer, can take the action to correct one or both (or more) issues in a single commit. I care for fast developer feedback, and that is accomplished with parallel workflows. Running them sequentially is not great from a performance and quick DevEx perspective. WDYT? |
You are right, we would lose speed and we do not want that! Thanks for the feedback ;) |
Fixes #1191