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

worktile / tethys-libs / 2ab684c8-3f25-4aef-bdc8-3ea6ff131a16

18 Nov 2025 09:33AM UTC coverage: 75.84% (-2.5%) from 78.302%
2ab684c8-3f25-4aef-bdc8-3ea6ff131a16

push

circleci

web-flow
build: bump angular 20 #TINFR-2655 (#195)

123 of 218 branches covered (56.42%)

361 of 476 relevant lines covered (75.84%)

9.48 hits per line

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

66.67
/packages/components/dashboard/widget/widget.component.ts
1
import { Directive } from '@angular/core';
2
import { ThyWidgetItem } from '../dashboard.class';
3

4
@Directive()
5
export class ThyDashboardWidgetComponent<T = unknown> {
1✔
6
    set widget(value: ThyWidgetItem<T>) {
7
        this._widget = value;
8✔
8
    }
9
    get widget() {
10
        return this._widget;
×
11
    }
12

13
    private _widget!: ThyWidgetItem<T>;
14
}
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