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

safe-global / safe-client-gateway / 6903203735
89%

Build:
DEFAULT BRANCH: main
Ran 17 Nov 2023 11:10AM UTC
Jobs 2
Files 516
Run time 52s
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: 90.445%. Remained the same
6903203735

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.

1405 of 1684 branches covered (0.0%)

Branch coverage included in aggregate %.

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

2 existing lines in 1 file now uncovered.

5174 of 5590 relevant lines covered (92.56%)

160.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
80.0
-10.0% src/routes/transactions/entities/__tests__/human-description.builder.ts
Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 6903203735.1 17 Nov 2023 11:10AM UTC 820
56.07
GitHub Action Run
2 run-test:cov - 6903203735.2 17 Nov 2023 11:12AM UTC 1028
90.89
GitHub Action Run
Source Files on build 6903203735
  • Tree
  • List 516
  • Changed 50
  • Source Changed 0
  • Coverage Changed 123
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #6903203735
  • aca525cf on github
  • Prev Build on main (#6903197072)
  • Next Build on main (#6906282079)
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