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

e7h4n / rippling / 12212279903

07 Dec 2024 10:51AM UTC coverage: 76.031% (+0.7%) from 75.309%
12212279903

push

github

e7h4n
build: better lint / format / commit toolchain

- makes prettier & eslint works together
- use commitlint to check commit message
- reformat all existed sources
- add git action to check commit message

161 of 170 branches covered (94.71%)

Branch coverage included in aggregate %.

53 of 103 new or added lines in 26 files covered. (51.46%)

6 existing lines in 4 files now uncovered.

521 of 727 relevant lines covered (71.66%)

118.53 hits per line

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

0.0
/packages/devtools/src/panel.tsx
NEW
1
import './style.css';
×
NEW
2
import { createRoot } from 'react-dom/client';
×
NEW
3
import { StoreInspector } from './StoreInspector';
×
4

NEW
5
const main = document.createElement('div');
×
NEW
6
main.id = 'main';
×
UNCOV
7
document.body.appendChild(main);
×
8

9
const root = createRoot(main);
×
10
root.render(<StoreInspector />);
×
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