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

safe-global / safe-client-gateway / 6903203735 / 1
89%
main: 89%

Build:
DEFAULT BRANCH: main
Ran 17 Nov 2023 11:12AM UTC
Files 820
Run time 25s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Nov 2023 11:09AM UTC coverage: 56.07%. Remained the same
6903203735.1

push

github

web-flow
Add Timestamp guard (#856)

The `TimestampGuard` can be used to validate that the provided `timestamp` in an HTTP request body is within a certain time frame from the current system time (in UTC).

This timeframe can be set with `maxElapsedTimeMs`. Example:

```typescript
// Route with timestamp guard set to 5000 ms
@Post()
@UseGuards(TimestampGuard(5_000))
async route() {}
```

If the time that passed since the provided `timeframe` and the current system time is greater than `maxElapsedTimeMs`, a 403 is returned and the route is not triggered.

184 of 1600 branches covered (0.0%)

Branch coverage included in aggregate %.

6042 of 9504 relevant lines covered (63.57%)

4.79 hits per line

Source Files on job run-test:e2e:cov - 6903203735.1
  • Tree
  • List 820
  • Changed 0
  • Source Changed 0
  • Coverage Changed 99
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6903203735
  • aca525cf on github
  • Prev Job for on main (#6903197072.1)
  • Next Job for on main (#6906282079.2)
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