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

alkem-io / client-web / #9121

18 Oct 2024 02:55PM UTC coverage: 5.906%. First build
#9121

Pull #7060

travis-ci

Pull Request #7060: [0.75.0]

202 of 10345 branches covered (1.95%)

Branch coverage included in aggregate %.

11 of 398 new or added lines in 60 files covered. (2.76%)

1471 of 17980 relevant lines covered (8.18%)

0.19 hits per line

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

0.0
/src/main/ui/platformNavigation/platformNavigationMenu/UserMenuPlatformNavigationSegment.tsx
1
import PLATFORM_NAVIGATION_MENU_ITEMS from './menuItems';
2
import NavigatableMenuItem from '@/core/ui/menu/NavigatableMenuItem';
3
import React from 'react';
4
import { useTranslation } from 'react-i18next';
5

6
const UserMenuPlatformNavigationSegment = () => {
×
7
  const { t } = useTranslation();
×
8

9
  return (
×
10
    <>
11
      {PLATFORM_NAVIGATION_MENU_ITEMS.map(({ label, ...props }) => (
NEW
12
        <NavigatableMenuItem key={props.route} {...props}>
×
13
          <>{t(label)}</>
14
        </NavigatableMenuItem>
15
      ))}
16
    </>
17
  );
18
};
19

20
export default UserMenuPlatformNavigationSegment;
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