• 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/NavigationItemButton.tsx
1
import React from 'react';
2
import { IconButton, IconButtonProps } from '@mui/material';
3
import { IconButtonTypeMap } from '@mui/material/IconButton/IconButton';
4

×
5
const NavigationItemButton = <D extends React.ElementType = IconButtonTypeMap['defaultComponent'], P = {}>({
×
6
  sx,
7
  ...props
8
}: IconButtonProps<D, P>) => <IconButton sx={{ borderRadius: 'unset', ...sx }} {...props} />;
9

10
export default NavigationItemButton;
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