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

atinc / ngx-tethys / 7abcfdc6-f0da-4ea1-954d-49c4ea62b0e3

16 May 2025 03:13AM UTC coverage: 90.291% (-0.008%) from 90.299%
7abcfdc6-f0da-4ea1-954d-49c4ea62b0e3

Pull #3426

circleci

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

5598 of 6859 branches covered (81.62%)

Branch coverage included in aggregate %.

14 of 14 new or added lines in 1 file covered. (100.0%)

2 existing lines in 2 files now uncovered.

13420 of 14204 relevant lines covered (94.48%)

919.14 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