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

inclusion-numerique / coop-mediation-numerique / 63ed3aef-04ec-416c-af7d-d56de15ebe3e

17 Mar 2026 03:48PM UTC coverage: 10.613% (-0.2%) from 10.79%
63ed3aef-04ec-416c-af7d-d56de15ebe3e

Pull #437

circleci

web-flow
Merge pull request #458 from inclusion-numerique/fix/admin-stats-min-date

fix(admin): allow filtering statistics from January 2020
Pull Request #437: release

685 of 10426 branches covered (6.57%)

Branch coverage included in aggregate %.

34 of 590 new or added lines in 86 files covered. (5.76%)

23 existing lines in 20 files now uncovered.

2130 of 16099 relevant lines covered (13.23%)

2.0 hits per line

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

75.0
/apps/web/src/utils/dateAsDay.ts
1
import { dateFormatter } from '@app/web/utils/formatDate'
3✔
2
import { formatInTimeZone } from 'date-fns-tz'
3✔
3

4
export const dateAsDay = dateFormatter('dd.MM.yyyy')
3✔
5

6
export const dateAsDayWithHourInTimezone = (date: Date, timezone: string) =>
3✔
NEW
7
  formatInTimeZone(date, timezone, "dd.MM.yyyy 'à' HH'h'mm")
×
8

9
export const dateAsDayConventional = dateFormatter('dd/MM/yyyy')
3✔
10

11
export const dateAsDayFullWordsInTimezone = (date: Date, timezone: string) =>
3✔
12
  formatInTimeZone(date, timezone, 'EEEE d MMMM')
×
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