|
Ran
|
Jobs
1
|
Files
385
|
Run time
35min
|
Badge
README BADGES
|
push
github
Make tests pass in western hemisphere (#15387) Fix tests run to be able to run in US ET timezone without errors. Make sure that all dates are in local timezone. e.g. new Date('2025-01-01') -> 2024-12-31 19:00 GMT -05:00 ❌ produces invalid results ymd('2025-01-01') -> 2025-01-01 19:00 GMT -05:00 ✔ See also Angular's explanation here [1], which is what they use for their Date pipe. [1]: https://github.com/angular/angular/blob/c2a46d221/packages/common/src/i18n/format_date.ts#L914C1-L924C6
13330 of 15598 branches covered (85.46%)
3 of 3 new or added lines in 1 file covered. (100.0%)
4 existing lines in 2 files now uncovered.26885 of 29336 relevant lines covered (91.65%)
33696.43 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
95.38 |
-0.14% | projects/igniteui-angular/src/lib/directives/for-of/for_of.directive.ts |
| 3 |
82.3 |
-1.33% | projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13590987305.1 | 385 |
91.65 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|