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

CBIIT / bento-c3dc-frontend / 25557662953

08 May 2026 01:15PM UTC coverage: 0.112% (-0.04%) from 0.153%
25557662953

push

github

web-flow
Merge pull request #504 from CBIIT/C3DC-2146

C3DC 2146

6 of 6162 branches covered (0.1%)

Branch coverage included in aggregate %.

0 of 2386 new or added lines in 69 files covered. (0.0%)

31 existing lines in 7 files now uncovered.

10 of 8158 relevant lines covered (0.12%)

0.06 hits per line

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

0.0
/src/components/App.js
1
import React from 'react';
×
2
import { BrowserRouter } from 'react-router-dom';
×
3
import Layout from './Layout/LayoutView';
×
4
import { CustomThemeProvider } from './ThemeContext';
×
5
import { GlobalProvider } from './Global/GlobalProvider';
×
NEW
6
import { UserGuideProvider } from '../pages/inventory/sideBar/UserGuideContext';
×
UNCOV
7
import NotificationView from './Notifications/NotifactionView';
×
8

9
// This is the place to check login ref to https://medium.com/@tomlarge/private-routes-with-react-router-dom-28e9f40c7146 for sample code
10

11
const App = () => (
×
12
    <CustomThemeProvider>
×
13
        <GlobalProvider>
14
            <BrowserRouter>
15
                <UserGuideProvider>
16
                    <Layout />
17
                    <NotificationView />
18
                </UserGuideProvider>
19
            </BrowserRouter>
20
        </GlobalProvider>
21
    </CustomThemeProvider>
22
);
×
23

24
export default 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

© 2026 Coveralls, Inc