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

atinc / ngx-tethys / ffbe29c4-fbde-4098-877e-9f372199cd0c

15 May 2025 08:03AM UTC coverage: 90.284% (+0.007%) from 90.277%
ffbe29c4-fbde-4098-877e-9f372199cd0c

Pull #3426

circleci

luxiaobei
refactor(timeline): migrate inputs to signal #TINFR-1781
Pull Request #3426: refactor(timeline): migrate inputs to signal #TINFR-1781

5603 of 6865 branches covered (81.62%)

Branch coverage included in aggregate %.

22 of 22 new or added lines in 2 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

13408 of 14192 relevant lines covered (94.48%)

919.76 hits per line

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

75.0
/src/timeline/timeline.service.ts
1
import { Injectable } from '@angular/core';
2
import { Subject } from 'rxjs';
3

4
@Injectable()
1✔
5
export class ThyTimelineService {
6
    check$ = new Subject<void>();
9✔
7
    markForCheck(): void {
8
        this.check$.next();
UNCOV
9
    }
×
10
}
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

© 2025 Coveralls, Inc