implement optional 'sas' rounding, pass round_type and na_str to fmt fun#337
implement optional 'sas' rounding, pass round_type and na_str to fmt fun#337
Conversation
Unit Tests Summary 1 files 8 suites 15s ⏱️ Results for commit c08fdfb. ♻️ This comment has been updated with latest results. |
…engineering/formatters into 336_nearest_value_round
|
@cicdguy looks like the commit pushed by the restyle files job is failing the style check |
This is actually valid behavior, where the commit has the This is the relevant line that tells you that the workflow has been canceled: https://github.com/insightsengineering/formatters/actions/runs/13125255731/job/36623112402?pr=337#step:7:14 |
|
Hmm, it'd be nice if we could get rid of the x. the PR is still showing as "not passing". @shajoezhu @Melkiades sounds like this PR is "effectively passed" and ready for review. |
you could do a "empty commit" to trigger the pipeline after the CI restyle btw. |
|
Hi @gmbecker , I would suggest in insightsengineering/scda.test#183, if you add a snapshot test, I know that jnj don't have this ready yet, so I think it would be nice if you could add a snapshot test into scda.test, so in the future, we are aware that new changes will cause breaking change unnoticed. |
|
@gmbecker could you please update the news file? |
new PR for #333 --------- Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com> Co-authored-by: Kamil <tazzpl@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Unit Test Performance DifferenceAdditional test case details
Results for commit be4902c ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: c08fdfb Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Melkiades
left a comment
There was a problem hiding this comment.
Lgtm! Thanks Gabe. I will approve the other PRs. Please fix lintr (i think it is return() things, dont know why it is firing now)
addresses #336 and #319