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

safe-global / safe-cli
90%
master: 95%

Build:
Build:
LAST BUILD BRANCH: dependabot/uv/uv-0.11.6
DEFAULT BRANCH: master
Repo Added 05 Oct 2023 02:33PM UTC
Files 49
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • Uxio0-patch-1
  • bump-safe-eth-py-version
  • bump-version
  • bump_safe_eth_py
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/astral-sh/setup-uv-7
  • dependabot/github_actions/docker/build-push-action-7
  • dependabot/github_actions/docker/login-action-4
  • dependabot/github_actions/docker/setup-buildx-action-4
  • dependabot/pip/art-6.5
  • dependabot/pip/coverage-7.10.3
  • dependabot/pip/coverage-7.10.4
  • dependabot/pip/coverage-7.10.5
  • dependabot/pip/coverage-7.10.6
  • dependabot/pip/coverage-7.10.7
  • dependabot/pip/coverage-7.13.0
  • dependabot/pip/coverage-7.13.1
  • dependabot/pip/coverage-7.13.2
  • dependabot/pip/coverage-7.13.4
  • dependabot/pip/coverage-7.13.5
  • dependabot/pip/coverage-7.6.10
  • dependabot/pip/coverage-7.6.11
  • dependabot/pip/coverage-7.6.12
  • dependabot/pip/coverage-7.6.9
  • dependabot/pip/coverage-7.7.0
  • dependabot/pip/coverage-7.7.1
  • dependabot/pip/coverage-7.8.0
  • dependabot/pip/coverage-7.8.2
  • dependabot/pip/coverage-7.9.1
  • dependabot/pip/coverage-7.9.2
  • dependabot/pip/flake8-7.1.2
  • dependabot/pip/flake8-7.2.0
  • dependabot/pip/flake8-7.3.0
  • dependabot/pip/prompt-toolkit-3.0.50
  • dependabot/pip/prompt-toolkit-3.0.51
  • dependabot/pip/prompt-toolkit-3.0.52
  • dependabot/pip/pygments-2.19.1
  • dependabot/pip/pygments-2.19.2
  • dependabot/pip/pygments-2.20.0
  • dependabot/pip/pytest-8.3.4
  • dependabot/pip/pytest-8.3.5
  • dependabot/pip/pytest-8.4.0
  • dependabot/pip/pytest-8.4.1
  • dependabot/pip/pytest-8.4.2
  • dependabot/pip/pytest-9.0.2
  • dependabot/pip/pytest-sugar-1.1.0
  • dependabot/pip/pytest-sugar-1.1.1
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/requests-2.32.5
  • dependabot/pip/requests-2.33.0
  • dependabot/pip/safe-eth-py-6.0.0
  • dependabot/pip/safe-eth-py-6.1.0
  • dependabot/pip/safe-eth-py-6.1.1
  • dependabot/pip/safe-eth-py-6.2.0
  • dependabot/pip/safe-eth-py-6.3.0
  • dependabot/pip/safe-eth-py-6.4.0
  • dependabot/pip/tabulate-0.10.0
  • dependabot/pip/trezor-0.13.10
  • dependabot/pip/typer-0.15.1
  • dependabot/pip/typer-0.15.2
  • dependabot/pip/typer-0.15.3
  • dependabot/pip/typer-0.15.4
  • dependabot/pip/typer-0.17.4
  • dependabot/pip/typer-0.19.1
  • dependabot/pip/typer-0.19.2
  • dependabot/pip/typer-0.20.0
  • dependabot/pip/typer-0.20.1
  • dependabot/pip/typer-0.21.0
  • dependabot/pip/typer-0.21.1
  • dependabot/pip/typer-0.23.1
  • dependabot/pip/web3-7.10.0
  • dependabot/pip/web3-7.11.0
  • dependabot/pip/web3-7.11.1
  • dependabot/pip/web3-7.12.0
  • dependabot/pip/web3-7.12.1
  • dependabot/pip/web3-7.13.0
  • dependabot/pip/web3-7.14.0
  • dependabot/pip/web3-7.14.1
  • dependabot/pip/web3-7.15.0
  • dependabot/uv/aiohttp-3.13.4
  • dependabot/uv/coverage-7.13.5
  • dependabot/uv/ipython-8.39.0
  • dependabot/uv/pygments-2.20.0
  • dependabot/uv/uv-0.11.6
  • docs/pip-install-docs
  • feat/add-zksync-1.4.1
  • fix-etherscan-reference
  • fix-issues
  • fix-typos
  • master
  • med3000-patch-1
  • migrate/pip-to-uv
  • refactor-owner-load
  • support-module-guard
  • update-dependencies
  • update-python-version-ci
  • v0.8.0
  • v0.9.0
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • vanity-addresses

06 Apr 2026 09:39AM UTC coverage: 89.554% (+0.2%) from 89.396%
24026931040

push

github

Uxio0
Migrate from pip/requirements.txt to uv with pyproject.toml

- Add [dependency-groups] dev to existing pyproject.toml
- Add [tool.uv] exclude-newer = "7 days" supply-chain policy
- Add uv.lock for fully reproducible, hash-verified installs
- Dockerfile: install uv from official image, two-stage sync for layer
  caching (deps first, then project install for entry points)
- CI: replace setup-python+pip with astral-sh/setup-uv, cache on
  uv.lock, use uv sync --frozen; publish uses uv build + uvx twine
- Dependabot: switch ecosystem from pip to uv
- Remove requirements-txt-fixer pre-commit hook
- Raise check-added-large-files limit to 1024KB for uv.lock

2992 of 3341 relevant lines covered (89.55%)

3.58 hits per line

Relevant lines Covered
Build:
Build:
3341 RELEVANT LINES 2992 COVERED LINES
3.58 HITS PER LINE
Source Files on main
  • Tree
  • List 49
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24026931040 main Migrate from pip/requirements.txt to uv with pyproject.toml - Add [dependency-groups] dev to existing pyproject.toml - Add [tool.uv] exclude-newer = "7 days" supply-chain policy - Add uv.lock for fully reproducible, hash-verified installs - Docke... push 06 Apr 2026 09:40AM UTC Uxio0 github
89.55
22865208559 main Bump docker/setup-buildx-action from 3 to 4 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/do... push 09 Mar 2026 05:08PM UTC Uxio0 github
89.4
22865202523 main Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3... push 09 Mar 2026 05:07PM UTC Uxio0 github
89.4
22865197970 main Bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/bui... push 09 Mar 2026 05:07PM UTC Uxio0 github
89.4
22865192491 main Bump docker/setup-qemu-action from 3 to 4 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/set... push 09 Mar 2026 05:07PM UTC Uxio0 github
89.4
22865178059 main Support module guards - Show module guard information - Add command `change_module_guard` push 09 Mar 2026 05:06PM UTC Uxio0 github
89.4
22768704230 main Fix bugs in SafeOperator and SafeTxServiceOperator - confirm_message: return False on SafeAPIException from get_message - update_version_to_l2: store address strings in safe_cli_info, not lists - execute_tx: return False on already-executed and n... push 06 Mar 2026 02:56PM UTC Uxio0 github
89.29
22757840112 main Bump web3 from 7.14.0 to 7.14.1 Bumps [web3](https://github.com/ethereum/web3.py) from 7.14.0 to 7.14.1. - [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.1/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compar... push 06 Mar 2026 09:42AM UTC Uxio0 github
88.35
22757802973 main Bump coverage from 7.13.0 to 7.13.4 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.0 to 7.13.4. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob... push 06 Mar 2026 09:41AM UTC Uxio0 github
88.35
22757796986 main Bump typer from 0.20.0 to 0.23.1 Bumps [typer](https://github.com/fastapi/typer) from 0.20.0 to 0.23.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)... push 06 Mar 2026 09:41AM UTC Uxio0 github
88.35
See All Builds (605)
  • Repo on GitHub
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