-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update lifecycle badges #267
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m7pr
commented
Aug 11, 2025
Code Coverage SummaryDiff against mainResults for commit: 95f2ba8 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
scatterplot has been deprecated for a while so wouldn't include it in this
PR.
…On Mon, Aug 11, 2025 at 5:46 AM github-actions[bot] < ***@***.***> wrote:
*github-actions[bot]* left a comment (insightsengineering/goshawk#267)
<#267 (comment)>
[image: badge]
<https://raw.githubusercontent.com/insightsengineering/goshawk/_xml_coverage_reports/data/lifecycle%40main/./badge.svg>
Code Coverage Summary
Filename Stmts Miss Cover Missing
------------------------------- ------- ------ ------- ---------
R/g_boxplot.R 116 116 0.00% 147-310
R/g_correlationplot.R 137 137 0.00% 251-421
R/g_density_distribution_plot.R 86 86 0.00% 125-236
R/g_lineplot.R 276 276 0.00% 266-611
R/g_scatterplot.R 130 130 0.00% 142-310
R/g_spaghettiplot.R 101 101 0.00% 248-381
R/geom_axes_line.R 167 167 0.00% 46-358
R/t_summarytable.R 102 102 0.00% 87-224
R/utils.R 70 70 0.00% 17-137
TOTAL 1185 1185 0.00%
Diff against main
Filename Stmts Miss Cover
---------- ------- ------ --------
TOTAL 0 0 +100.00%
Results for commit: 43b6f24
<43b6f24>
*Minimum allowed coverage is 80%*
♻️ This comment has been updated with latest results
—
Reply to this email directly, view it on GitHub
<#267 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXDNHIDDUOVA37YIQ6W3DD3NCGBFAVCNFSM6AAAAACDTIDIDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCNZUGYZDMMJVGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Interested in joining the gBees Enthusiasts community? Sign up here
<https://forms.gle/LU3UffoJ7yJWpbZP6>
Upcoming OOTO:
September 17 - 26
When in doubt, ctrl+c
This email was written by a human with no digital or extraterrestrial
intervention
____________________
*Nick Paszty* | Principal Dot Connector, PDD
<https://sites.google.com/roche.com/pd-biometrics/home> Cardiovascular,
Renal, and Metabolism (CVRM) | Genentech, A member of the Roche Group |
South San Francisco CA | c: 650.815.5769 | ***@***.***
|
|
@npaszty it was soft deprecated, and now we hard deprecate it. |
gogonzo
reviewed
Aug 12, 2025
gogonzo
approved these changes
Aug 12, 2025
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.
👍
m7pr
added a commit
to insightsengineering/teal.goshawk
that referenced
this pull request
Aug 12, 2025
Part of insightsengineering/coredev-tasks#649 Companion to insightsengineering/goshawk#267 Deprecated hard one of the modules - remove body of the module and it's examples. --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of https://github.com/insightsengineering/coredev-tasks/issues/649
Companion to insightsengineering/teal.goshawk#361
Removed body of the hard-deprecated module and it's examples.