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

geo-engine / BioIS / 22622622086

03 Mar 2026 12:17PM UTC coverage: 81.386%. First build
22622622086

Pull #5

github

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

151 of 227 branches covered (66.52%)

Branch coverage included in aggregate %.

384 of 535 new or added lines in 21 files covered. (71.78%)

1528 of 1836 relevant lines covered (83.22%)

1.85 hits per line

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

76.0
/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
    <div class="menu-container">
12
      <mat-toolbar><mat-icon class="logo" svgIcon="geoengine:logo-white"></mat-icon></mat-toolbar>
1✔
13
      <mat-nav-list>
1✔
14
        <a mat-list-item [routerLink]="['/app/results']"><mat-icon>assessment</mat-icon>Results</a>
1✔
15
        <a mat-list-item [routerLink]="['/app/create']"><mat-icon>add</mat-icon>Create new</a>
1✔
16
        <div class="spacer"></div>
1✔
17
        <mat-divider></mat-divider>
18
        <a mat-list-item [routerLink]="['/app/signout']"><mat-icon>logout</mat-icon>Logout</a>
1✔
19
      </mat-nav-list>
20
    </div>
21
  </mat-sidenav>
22

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