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

safe-global / safe-smart-account / 14381512024
94%

Build:
DEFAULT BRANCH: main
Ran 10 Apr 2025 01:21PM UTC
Jobs 1
Files 42
Run time 1min
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

10 Apr 2025 01:19PM UTC coverage: 93.957%. Remained the same
14381512024

push

github

web-flow
Separate zkSync Tests to Separate CI Step (#939)

This PR moves the zkSync tests outside of the normal `test` NPM script.
Since this would make it no longer run by default in CI, we added a
separate `tests-zk` step to run the zkSync tests only.

This split allows us to potentially merge PRs when zkSync tests fail as
long as the normal test suite does not. It is not the first time that CI
starts failing without cause because of zkSync tests. As far as I can
tell, the zkSync tooling downloads an in-memory node binary that it
starts for actually executing the tests. In the past, tests have
randomly started to fail because of:

* Changes to the behaviour of the in-memory node
([example](https://github.com/safe-global/safe-smart-account/actions/runs/14359540825/job/40257156305?pr=938))
* Binary no longer hosted on the same URL
([example](https://github.com/safe-global/safe-smart-account/actions/runs/14359540825/job/40257156305?pr=938))

When this happens, we do not want to block changes that are unrelated to
contract logic (as they should not, in theory, have any affect on the
zkSync tests).

Furthermore, running the zkSync tests takes quite a bit longer than the
regular tests, so this also makes local `npm test` a bit faster.

325 of 366 branches covered (88.8%)

Branch coverage included in aggregate %.

499 of 511 relevant lines covered (97.65%)

51.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-$ - 14381512024.1 10 Apr 2025 01:21PM UTC 42
93.96
GitHub Action Run
Source Files on build 14381512024
  • Tree
  • List 42
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #14381512024
  • c73f36c8 on github
  • Prev Build on main (#14380744037)
  • Next Build on main (#14398600766)
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