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

CBIIT / crdc-datahub-ui / 15742301496

18 Jun 2025 07:53PM UTC coverage: 70.808% (-0.2%) from 71.05%
15742301496

push

github

web-flow
Merge pull request #743 from CBIIT/CRDCDH-2789

CRDCDH-2789 Data Explorer - Study List View

3533 of 3890 branches covered (90.82%)

Branch coverage included in aggregate %.

425 of 701 new or added lines in 11 files covered. (60.63%)

19 existing lines in 3 files now uncovered.

22472 of 32836 relevant lines covered (68.44%)

110.84 hits per line

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

0.0
/src/content/DataExplorer/Controller.tsx
NEW
1
import { Status as AuthStatus, useAuthContext } from "../../components/Contexts/AuthContext";
×
NEW
2
import SuspenseLoader from "../../components/SuspenseLoader";
×
NEW
3
import ListView from "./ListView";
×
4

5
/**
6
 * Render the correct view based on the URL
7
 *
8
 * @param {void}
9
 * @returns {FC} - React component
10
 */
NEW
11
const DataExplorerController = () => {
×
NEW
12
  const { status: authStatus } = useAuthContext();
×
13

NEW
14
  if (authStatus === AuthStatus.LOADING) {
×
NEW
15
    return <SuspenseLoader data-testid="data-explorer-suspense-loader" />;
×
NEW
16
  }
×
17

NEW
18
  return <ListView />;
×
NEW
19
};
×
20

NEW
21
export default DataExplorerController;
×
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