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

alkem-io / client-web / #5940

12 Oct 2023 06:58AM UTC coverage: 6.209%. First build
#5940

Pull #4941

travis-ci

Pull Request #4941: New Navigation: Alkemio menu and User menu

173 of 8293 branches covered (0.0%)

Branch coverage included in aggregate %.

94 of 94 new or added lines in 12 files covered. (100.0%)

1296 of 15365 relevant lines covered (8.43%)

0.41 hits per line

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

0.0
/src/core/ui/navigation/NavigationItemContainer.tsx
1
import { Box, BoxProps, Paper } from '@mui/material';
2
import { gutters } from '../grid/utils';
3
import { useElevationContext } from '../utils/ElevationContext';
4

5
const NavigationItemContainer = ({
×
6
  sx,
×
7
  ...props
8
}: BoxProps & {
9
  ref?: React.Ref<HTMLDivElement>;
10
}) => <Box component={Paper} elevation={useElevationContext()} height={gutters(2)} {...props} />;
×
11

×
12
export default NavigationItemContainer;
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