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

inclusion-numerique / coop-mediation-numerique / 007bf683-4a98-4b4b-a255-f7bd09910bbe

08 Apr 2026 12:12PM UTC coverage: 7.47% (-3.1%) from 10.61%
007bf683-4a98-4b4b-a255-f7bd09910bbe

push

circleci

web-flow
Merge pull request #471 from inclusion-numerique/feat/quick-access

feat: quick access items

500 of 10544 branches covered (4.74%)

Branch coverage included in aggregate %.

0 of 5 new or added lines in 1 file covered. (0.0%)

1379 existing lines in 153 files now uncovered.

1500 of 16230 relevant lines covered (9.24%)

36.98 hits per line

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

25.0
/apps/web/src/utils/isDefinedAndNotNull.ts
1
export const isDefinedAndNotNull = <T>(
1✔
2
  value: T | null | undefined,
UNCOV
3
): value is T => value !== null && value !== undefined
×
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