• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prabhuignoto / react-chrono / #84
65%

Build:
DEFAULT BRANCH: master
Ran 30 May 2025 04:32AM UTC
Jobs 1
Files 127
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 May 2025 04:31AM UTC coverage: 89.791%. Remained the same
#84

push

web-flow
feat: Introduce optimized context provider for stable and dynamic state management (#542)

* feat: Introduce optimized context provider for stable and dynamic state management

- Added DynamicContext for frequently changing values like dark mode and text density.
- Created StableContext for stable configuration values to reduce re-renders.
- Implemented OptimizedContextProvider to manage both contexts efficiently.
- Updated hooks to provide access to stable and dynamic contexts.
- Refactored components to utilize new context structure, improving performance and maintainability.
- Enhanced timeline components to leverage new context for theme and interaction states.
- Added support for child timelines in TimelineModel.

* refactor: Remove unused imports from GlobalContext and StableContext

* feat: Add demo components and routing for vertical and horizontal timelines

- Introduced new demo components for vertical and horizontal timelines, including VerticalBasic, VerticalTree, and HorizontalBasic.
- Implemented a Layout component for consistent navigation and structure across demos.
- Created a custom hook, useDemoData, to manage demo data loading and state.
- Established routing for various timeline demos, enhancing user navigation and experience.
- Added a test file to verify import functionality and ensure all components are correctly integrated.

* refactor: Clean up imports and enhance timeline item model

- Removed unnecessary imports from GlobalContext for improved clarity.
- Added `hasNestedItems` property to the TimelineItemModel to indicate the presence of nested sub-items.
- Updated timeline components to utilize the new `hasNestedItems` property for better handling of nested items.
- Adjusted demo components to reflect changes in card height and media settings for improved layout consistency.

* refactor: Update GlobalContext and related hooks for legacy support

- Refactored GlobalContext to re-export the legacy context, avoiding circular ... (continued)

1296 of 1559 branches covered (83.13%)

Branch coverage included in aggregate %.

147 of 156 new or added lines in 26 files covered. (94.23%)

110 existing lines in 12 files now uncovered.

7869 of 8648 relevant lines covered (90.99%)

7.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
74.29
0.0% src/components/timeline-elements/timeline-card-media/components/MediaContent.tsx
1
81.63
0.0% src/components/timeline-elements/timeline-control/timeline-control.styles.ts
1
72.86
0.0% src/components/timeline-vertical/timeline-vertical.styles.ts
1
78.86
0.0% src/components/timeline/timeline-popover-elements.tsx
1
0.0
0.0% src/components/toggle-button/index.tsx
4
0.0
0.0% src/components/timeline/timeline.style.tsx

Uncovered Existing Lines

Lines Coverage ∆ File
1
80.46
0.0% src/components/timeline-elements/timeline-card-content/timeline-card-content.tsx
1
95.0
0.0% src/components/timeline-elements/timeline-outline/timeline-outline.styles.ts
2
87.55
0.0% src/components/timeline-elements/timeline-control/timeline-control.tsx
3
81.63
0.0% src/components/timeline-elements/timeline-control/timeline-control.styles.ts
3
0.0
0.0% src/components/timeline/timeline.style.tsx
4
93.15
0.0% src/components/timeline-elements/timeline-card-content/content-footer.tsx
4
84.76
0.0% src/components/timeline-vertical/timeline-vertical.tsx
7
78.86
0.0% src/components/timeline/timeline-popover-elements.tsx
9
84.17
0.0% src/components/timeline-vertical/timeline-point.tsx
20
89.19
0.0% src/components/timeline/timeline.tsx
21
77.62
0.0% src/components/timeline-elements/timeline-card-content/timeline-card-content.styles.ts
35
63.14
0.0% src/components/timeline/timeline-toolbar.tsx
Jobs
ID Job ID Ran Files Coverage
1 #84.1 30 May 2025 04:32AM UTC 127
89.79
Source Files on build #84
  • Tree
  • List 127
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 63404691 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc