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

geo-engine / BioIS / 22668466105

04 Mar 2026 12:01PM UTC coverage: 80.076% (-8.4%) from 88.45%
22668466105

Pull #6

github

web-flow
Merge bd5d61d08 into 7165ba5f0
Pull Request #6: build: project into main

154 of 253 branches covered (60.87%)

Branch coverage included in aggregate %.

386 of 549 new or added lines in 22 files covered. (70.31%)

2 existing lines in 1 file now uncovered.

1530 of 1850 relevant lines covered (82.7%)

1.83 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