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

geo-engine / BioIS / 26162674250

20 May 2026 12:31PM UTC coverage: 72.366% (-8.2%) from 80.558%
26162674250

Pull #14

github

web-flow
Merge 9f24d72b5 into 25711b0ec
Pull Request #14: feat: biodiversity impact

253 of 500 branches covered (50.6%)

Branch coverage included in aggregate %.

829 of 1319 new or added lines in 21 files covered. (62.85%)

23 existing lines in 4 files now uncovered.

2693 of 3571 relevant lines covered (75.41%)

1.59 hits per line

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

80.65
/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'"
2!
9
    [opened]="isHandset.value() === false"
10
  >
11
    <div class="menu-container">
12
      <mat-toolbar><mat-icon class="logo" svgIcon="biois: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>
2✔
15
        @for (process of processes.value()?.processes; track process) {
2✔
16
          <a
1✔
17
            mat-list-item
18
            [routerLink]="['/app/create', process.id]"
1✔
19
            [matTooltip]="processName(process.id)"
20
          >
21
            <mat-icon>add</mat-icon>{{ processName(process.id) }}
1✔
22
          </a>
1✔
23
        }
24
        <div class="spacer"></div>
1✔
25
        <mat-divider></mat-divider>
26
        <a mat-list-item [routerLink]="['/app/signout']"><mat-icon>logout</mat-icon>Logout</a>
2✔
27
      </mat-nav-list>
28
    </div>
29
  </mat-sidenav>
30

31
  <mat-sidenav-content>
1✔
32
    <mat-toolbar>
33
      <mat-toolbar-row>
34
        @if (isHandset.value()) {
2!
35
          <button type="button" aria-label="Toggle sidenav" matIconButton (click)="drawer.toggle()">
×
UNCOV
36
            <mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
×
37
          </button>
38
        }
39
        @if (!drawer.opened) {
2!
UNCOV
40
          <mat-icon class="logo" svgIcon="geoengine:logo"></mat-icon>
×
41
        }
42
        <span class="spacer"></span>
1✔
43
        <span>BioIS</span>
1✔
44
      </mat-toolbar-row>
45
    </mat-toolbar>
46
    <!-- Add Content Here -->
47
    <router-outlet></router-outlet>
1✔
48
  </mat-sidenav-content>
1✔
49
</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