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

gitify-app / gitify / 12340322989

15 Dec 2024 04:10PM UTC coverage: 87.342%. Remained the same
12340322989

Pull #1643

github

web-flow
Merge 67ddbb2f2 into 3d6b2bab6
Pull Request #1643: fix(deps): update dependency react-router-dom to v7

585 of 648 branches covered (90.28%)

Branch coverage included in aggregate %.

1561 of 1809 relevant lines covered (86.29%)

24.57 hits per line

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

0.0
/src/renderer/index.tsx
1
import { createRoot } from 'react-dom/client';
×
2

3
import 'nprogress/nprogress.css';
×
4
import 'tailwindcss/tailwind.css';
×
5
import { App } from './App';
×
6

7
const container = document.getElementById('root');
×
8
const root = createRoot(container);
×
9
root.render(<App />);
×
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