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

geo-engine / BioIS / 22619596913

03 Mar 2026 10:49AM UTC coverage: 82.076%. First build
22619596913

Pull #5

github

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

148 of 223 branches covered (66.37%)

Branch coverage included in aggregate %.

384 of 518 new or added lines in 21 files covered. (74.13%)

1528 of 1819 relevant lines covered (84.0%)

1.86 hits per line

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

82.61
/frontend/src/app/result/result.component.html
1
<div class="grid-container">
1✔
2
  <h1 class="mat-h1">Result {{ processId() }}</h1>
1✔
3
  <mat-grid-list cols="2" rowHeight="350px">
1✔
4
    @for (card of cards(); track card) {
1✔
5
      <mat-grid-tile [colspan]="card.cols" [rowspan]="card.rows">
1✔
6
        <mat-card class="dashboard-card">
7
          <mat-card-header>
8
            <mat-card-title>
9
              {{ card.title }}
1✔
10
              <button
1✔
11
                matIconButton
12
                class="more-button"
13
                [matMenuTriggerFor]="menu"
1✔
14
                aria-label="Toggle menu"
15
              >
16
                <mat-icon>more_vert</mat-icon>
1✔
17
              </button>
18
              <mat-menu #menu="matMenu" xPosition="before">
1✔
19
                <button mat-menu-item (click)="download()">Download</button>
1✔
20
              </mat-menu>
21
            </mat-card-title>
22
          </mat-card-header>
23
          <mat-card-content class="dashboard-card-content">
1✔
24
            <code>
25
              @if (result.value().ndvi; as ndvi) {
1!
NEW
26
                NDVI: {{ ndvi }}
×
27
              }
28
              <br />
1✔
29
              @if (result.value().kNdvi; as kNdvi) {
1!
NEW
30
                kNDVI: {{ kNdvi }}
×
31
              }
32
            </code>
1✔
33
          </mat-card-content>
34
        </mat-card>
35
      </mat-grid-tile>
36
    }
37
  </mat-grid-list>
1✔
38
</div>
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