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

geo-engine / BioIS / 22316567124

23 Feb 2026 05:07PM UTC coverage: 81.583%. First build
22316567124

Pull #5

github

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

113 of 185 branches covered (61.08%)

Branch coverage included in aggregate %.

320 of 447 new or added lines in 21 files covered. (71.59%)

1464 of 1748 relevant lines covered (83.75%)

1.88 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
    class="sidenav"
7
    fixedInViewport
8
    [attr.role]="isHandset.value()"
9
    [mode]="isHandset.value() ? 'over' : 'side'"
1!
10
    [opened]="isHandset.value() === false"
11
  >
12
    <mat-toolbar><mat-icon class="logo" svgIcon="geoengine:logo"></mat-icon></mat-toolbar>
1✔
13
    <mat-nav-list>
1✔
14
      <a mat-list-item [routerLink]="['/app/results']">Results</a>
1✔
15
      <a mat-list-item [routerLink]="['/app/create']">Create new</a>
1✔
16
    </mat-nav-list>
17
  </mat-sidenav>
18

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