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

safe-global / safe-core-sdk / 10010475373 / 1
78%
main: 78%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/lodash-4.17.23
DEFAULT BRANCH: main
Ran 19 Jul 2024 03:28PM UTC
Files 36
Run time 2s
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

19 Jul 2024 03:25PM UTC coverage: 74.556%. Remained the same
10010475373.1

push

github

web-flow
fix(api-kit): Fix e2e tests for multisig transactions (#919)

* Fix + improve the confirm transaction e2e test

The test was incorrect because it used the same transaction hash repeatedly, leading to assertions being made on an already confirmed transaction instead of a newly proposed one. By adding a timestamp to the transaction data, we ensure that each transaction hash is unique.

Additionally, the test incorrectly called the `isValidSignature` function with a transaction hash. This function is intended only for messages, causing the contract call to fail consistently. However, the error was not properly caught; the function merely returns `false` when an error occurs. With the migration to viem, the `isValidSignature` contract call sometimes takes too long to fail, resulting in occasional test timeouts. By removing the incorrect call, we prevent those timeout errors.

* Fix tests by using another Safe address that is not used by the confirmTransaction test

221 of 367 branches covered (60.22%)

Branch coverage included in aggregate %.

787 of 985 relevant lines covered (79.9%)

3.03 hits per line

Source Files on job 10010475373.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 10010475373
  • 0f22ff10 on github
  • Prev Job for on development (#9991016091.1)
  • Next Job for on development (#10018600116.1)
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