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

e7h4n / rippling / 12299163954

12 Dec 2024 03:07PM UTC coverage: 96.197% (+2.6%) from 93.632%
12299163954

push

github

web-flow
test(devtools): improve coverage (#21)

* test(devtools): improve coverage

* fix(devtools): prevent internal readAtomState calls from being intercepted

* feat(devtools): improve store event logs UI and connectivity

- Redesign event logs interface with better layout and styling
- Add clear button to clean up event logs
- Fix connection issue with devtools tab on page refresh

---------

Co-authored-by: e7h4n <perfectworks@gmail.com>

324 of 325 branches covered (99.69%)

Branch coverage included in aggregate %.

160 of 193 new or added lines in 10 files covered. (82.9%)

7 existing lines in 3 files now uncovered.

1320 of 1384 relevant lines covered (95.38%)

76.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/devtools/src/atoms/selectedStore.ts
UNCOV
1
import { $computed, $func, $value } from 'rippling';
×
2

UNCOV
3
const _selectedStoreIndex = $value<number | undefined>(1);
×
UNCOV
4
export const selectedStoreIndex = $computed((get) => get(_selectedStoreIndex));
×
UNCOV
5
export const updateSelectedStoreIndex = $func(({ set }, index: number) => {
×
6
  set(_selectedStoreIndex, index);
×
7
});
×
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

© 2025 Coveralls, Inc