-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
use taipy-assets favicon #1453
use taipy-assets favicon #1453
Conversation
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 80.49% (-0.24% 🔻) |
2780/3454 |
🟡 | Branches | 61.77% (-0.85% 🔻) |
1755/2841 |
🟡 | Functions | 73.79% (-0.53% 🔻) |
487/660 |
🟢 | Lines | 81.08% (-0.28% 🔻) |
2588/3192 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / Dialog.tsx |
80.43% | 60.87% | 100% | 80.43% |
🟡 | ... / TaipyRendered.tsx |
64.58% | 14.29% | 50% | 64.58% |
🟡 | ... / index.ts |
75.51% | 26.67% | 50% | 75% |
🟢 | ... / Expandable.tsx |
100% | 85% | 100% | 100% |
🟢 | ... / PageContent.tsx |
75% | 100% | 0% | 100% |
🟢 | ... / Pane.tsx |
95.12% | 73.81% | 100% | 94.87% |
🟢 | ... / Part.tsx |
88% | 64.29% | 75% | 91.3% |
🟡 | ... / Unregistered.tsx |
62.5% | 0% | 0% | 60% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | ... / taipyReducers.ts |
64.18% (-0.69% 🔻) |
56.61% (-1.86% 🔻) |
42.86% | 63.56% (-0.82% 🔻) |
🔴 | context/utils.ts | 55% (-45% 🔻) |
50% (-20% 🔻) |
40% (-60% 🔻) |
43.75% (-56.25% 🔻) |
Test suite run success
400 tests passing in 41 suites.
Report generated by 🧪jest coverage report action from 8d3cc27
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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.
I love it!
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.
👍
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.
👍
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 80.49% (-0.24% 🔻) |
2780/3454 |
🟡 | Branches | 61.77% (-0.85% 🔻) |
1755/2841 |
🟡 | Functions | 73.79% (-0.53% 🔻) |
487/660 |
🟢 | Lines | 81.08% (-0.28% 🔻) |
2588/3192 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / Dialog.tsx |
80.43% | 60.87% | 100% | 80.43% |
🟡 | ... / TaipyRendered.tsx |
64.58% | 14.29% | 50% | 64.58% |
🟡 | ... / index.ts |
75.51% | 26.67% | 50% | 75% |
🟢 | ... / Expandable.tsx |
100% | 85% | 100% | 100% |
🟢 | ... / PageContent.tsx |
75% | 100% | 0% | 100% |
🟢 | ... / Pane.tsx |
95.12% | 73.81% | 100% | 94.87% |
🟢 | ... / Part.tsx |
88% | 64.29% | 75% | 91.3% |
🟡 | ... / Unregistered.tsx |
62.5% | 0% | 0% | 60% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | ... / taipyReducers.ts |
64.18% (-0.69% 🔻) |
56.61% (-1.86% 🔻) |
42.86% | 63.56% (-0.82% 🔻) |
🔴 | context/utils.ts | 55% (-45% 🔻) |
50% (-20% 🔻) |
40% (-60% 🔻) |
43.75% (-56.25% 🔻) |
Test suite run success
400 tests passing in 41 suites.
Report generated by 🧪jest coverage report action from 6adf7c5
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.
🤞
* use taipy-assets favicon resolves #1327 allow to change favicon dynamically resolves #1244 * with doc * doc * test * Fab's comments * allow to change favicon for one state * fab's comments * favicon * mypy * trying to fix cross-env ... * trying to fix cross-env ... * trying to fix cross-env ... * do not run test if cache hit * noncoverage either if cache hit * class name --------- Co-authored-by: Fred Lefévère-Laoide <[email protected]>
resolves #1327
allow to change favicon dynamically
resolves #1244
gui.set_favicon("https://raw.githubusercontent.com/Avaiga/taipy-assets/develop/favicon-3.1.png")
state.set_favicon("https://raw.githubusercontent.com/Avaiga/taipy-assets/develop/favicon-3.1.png")
gui.set_favicon("https://raw.githubusercontent.com/Avaiga/taipy-assets/develop/favicon-3.1.png", state)