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

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

Build:
DEFAULT BRANCH: main
Ran 28 Feb 2024 09:10AM UTC
Jobs 2
Files 555
Run time 49s
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

28 Feb 2024 09:08AM UTC coverage: 93.623% (-0.01%) from 93.635%
8077880516

push

github

web-flow
Make expireTimeSeconds non-optional (#1219)

- Makes the `expireTimeSeconds` of `ICacheService.set` a required parameter, thus reducing the likelihood of forgetting setting it (in most use cases, we want to set the expiration time).
- Setting the expiration time to `undefined` does not set the expiration time of the key, but the key will still be cached.
- Previously, if the key was `undefined` or not greater than 0, we would not save any entry in the cache. This can be confusing to the callers who might expect that calling `set` on the Cache actually sets a cache entry.
- If `set` is called multiple times on a specific cache entry, its TTL does not change (`NX` option). This option can be expanded in the future so that more control is given to the caller.

1670 of 1999 branches covered (83.54%)

Branch coverage included in aggregate %.

6141 of 6344 relevant lines covered (96.8%)

347.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-test:cov - 8077880516.1 28 Feb 2024 09:12AM UTC 1099
94.52
GitHub Action Run
2 run-test:e2e:cov - 8077880516.2 28 Feb 2024 09:10AM UTC 952
51.52
GitHub Action Run
Source Files on build 8077880516
  • Tree
  • List 555
  • Changed 63
  • Source Changed 3
  • Coverage Changed 134
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #8077880516
  • 6d94c602 on github
  • Prev Build on main (#8077873294)
  • Next Build on main (#8078496693)
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

© 2025 Coveralls, Inc