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

198 Include user's card labels when generating the report #229

Merged
merged 9 commits into from
Oct 13, 2023

Conversation

kartikeyakirar
Copy link
Contributor

this PR fixes #228

this is follow-up after insightsengineering/teal.reporter#219

@kartikeyakirar kartikeyakirar marked this pull request as draft October 4, 2023 13:32
@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2023

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  --------------
R/tm_g_ae_oview.R             249     249  0.00%    108-390
R/tm_g_ae_sub.R               318     318  0.00%    56-410
R/tm_g_butterfly.R            387     387  0.00%    135-562
R/tm_g_decorate.R              46      46  0.00%    18-98
R/tm_g_events_term_id.R       298     298  0.00%    62-398
R/tm_g_heat_bygrade.R         320     320  0.00%    161-516
R/tm_g_patient_profile.R      710     710  0.00%    197-972
R/tm_g_spiderplot.R           323     323  0.00%    103-471
R/tm_g_swimlane.R             377     377  0.00%    133-567
R/tm_g_waterfall.R            424     424  0.00%    113-588
R/utils.R                      37      32  13.51%   32-91, 124-131
R/zzz.R                         1       1  0.00%    2
TOTAL                        3490    3485  0.14%

Diff against main

Filename                    Stmts    Miss  Cover
------------------------  -------  ------  --------
R/tm_g_ae_oview.R              +2      +2  +100.00%
R/tm_g_ae_sub.R                +2      +2  +100.00%
R/tm_g_butterfly.R             +2      +2  +100.00%
R/tm_g_events_term_id.R        +2      +2  +100.00%
R/tm_g_heat_bygrade.R          +2      +2  +100.00%
R/tm_g_patient_profile.R       +2      +2  +100.00%
R/tm_g_spiderplot.R            +2      +2  +100.00%
R/tm_g_swimlane.R              +2      +2  +100.00%
R/tm_g_waterfall.R             +2      +2  +100.00%
TOTAL                         +18     +18  -0.00%

Results for commit: ee4fdb1

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@kartikeyakirar kartikeyakirar marked this pull request as ready for review October 5, 2023 21:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

Unit Tests Summary

  1 files    1 suites   0s ⏱️
  4 tests   4 ✔️ 0 💤 0
13 runs  13 ✔️ 0 💤 0

Results for commit ee4fdb1.

♻️ This comment has been updated with latest results.

.lintr Show resolved Hide resolved
m7pr

This comment was marked as outdated.

@m7pr
Copy link
Contributor

m7pr commented Oct 13, 2023

Hey @kartikeyakirar looks like this staged deps cyclic error does not appear on this PR anymore. You are good to merge

kartikeyakirar added a commit to insightsengineering/teal that referenced this pull request Oct 13, 2023
#933)

this PR is extension to
insightsengineering/teal.reporter#198

Here I have added card_template() function that generates a report card
with a title,
an optional description, and the option to append the filter state list.
and is been used in
insightsengineering/teal.modules.general#584
insightsengineering/teal.modules.clinical#835
insightsengineering/teal.modules.hermes#336
insightsengineering/teal.osprey#229
insightsengineering/teal.goshawk#241

ref issues and discussion:
insightsengineering/teal.reporter#226

---------

Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marcin <[email protected]>
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
@kartikeyakirar kartikeyakirar merged commit 15b751c into main Oct 13, 2023
20 checks passed
@kartikeyakirar kartikeyakirar deleted the 198_card_labels@main branch October 13, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Rewrite modules so they include user's card labels when generating the report
2 participants