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 screen docs #1156

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Fix screen docs #1156

merged 1 commit into from
Mar 25, 2024

Conversation

jmthomas
Copy link
Member

closes #1149

@@ -1302,7 +1302,7 @@ Interactive Widgets:

Button code can get rather complex so remember to use string concatenation
to make things more readable. If you use `+` newlines are inserted automatically
during string concatenation. If you use `\` you'll need to separate lines with a
during string concatenation. If you use `\\` you'll need to separate lines with a
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Real bug was here

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.99%. Comparing base (5fd7f61) to head (24241f1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1156   +/-   ##
=======================================
  Coverage   74.99%   74.99%           
=======================================
  Files         594      594           
  Lines       43900    43900           
  Branches      757      757           
=======================================
  Hits        32923    32923           
  Misses      10894    10894           
  Partials       83       83           
Flag Coverage Δ
python 82.98% <ø> (ø)
ruby-api 48.73% <ø> (ø)
ruby-backend 80.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ryanmelt ryanmelt merged commit 7e4dd0f into main Mar 25, 2024
22 of 24 checks passed
@ryanmelt ryanmelt deleted the tlm_docs branch March 25, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in BUTTON documentation
2 participants