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

geo-engine / BioIS / 22586644071

02 Mar 2026 05:01PM UTC coverage: 81.5%. First build
22586644071

Pull #5

github

web-flow
Merge 5f01de3e2 into e73044057
Pull Request #5: feat: UI

146 of 223 branches covered (65.47%)

Branch coverage included in aggregate %.

362 of 503 new or added lines in 21 files covered. (71.97%)

1506 of 1804 relevant lines covered (83.48%)

1.86 hits per line

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

73.91
/frontend/src/app/navigation/navigation.component.html
1
<mat-toolbar class="background"></mat-toolbar>
1✔
2

3
<mat-sidenav-container class="sidenav-container">
1✔
4
  <mat-sidenav
5
    #drawer
6
    fixedInViewport
7
    [attr.role]="isHandset.value()"
8
    [mode]="isHandset.value() ? 'over' : 'side'"
1!
9
    [opened]="isHandset.value() === false"
10
  >
11
    <mat-toolbar><mat-icon class="logo" svgIcon="geoengine:logo-white"></mat-icon></mat-toolbar>
1✔
12
    <mat-nav-list>
1✔
13
      <a mat-list-item [routerLink]="['/app/results']"><mat-icon>assessment</mat-icon> Results</a>
1✔
14
      <a mat-list-item [routerLink]="['/app/create']"><mat-icon>add</mat-icon> Create new</a>
1✔
15
    </mat-nav-list>
16
  </mat-sidenav>
17

18
  <mat-sidenav-content>
1✔
19
    <mat-toolbar>
20
      <mat-toolbar-row>
21
        @if (isHandset.value()) {
1!
NEW
22
          <button type="button" aria-label="Toggle sidenav" matIconButton (click)="drawer.toggle()">
×
NEW
23
            <mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
×
24
          </button>
25
        }
26
        @if (!drawer.opened) {
1!
NEW
27
          <mat-icon class="logo" svgIcon="geoengine:logo"></mat-icon>
×
28
        }
29
        <span class="spacer"></span>
1✔
30
        <span>BioIS</span>
1✔
31
      </mat-toolbar-row>
32
    </mat-toolbar>
33
    <!-- Add Content Here -->
34
    <router-outlet></router-outlet>
1✔
35
  </mat-sidenav-content>
1✔
36
</mat-sidenav-container>
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