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

safe-global / safe-eth-py / 26763371460
94%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 03:09PM UTC
Jobs 4
Files 120
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

01 Jun 2026 03:05PM UTC coverage: 94.12% (+0.02%) from 94.102%
26763371460

push

github

web-flow
fix: correct oracle price math for non-18-decimal tokens (#2510)

* fix: correct oracle price math for non-18-decimal tokens

- UniswapV2Oracle.get_pool_token_price: use the per-iteration loop
  variable `decimals` instead of the outer `decimals_1`, so the
  token1 fallback path divides by token1's decimals. Previously LP
  prices were off by 10**(decimals_2 - decimals_1) for mixed-decimal
  pools (e.g. WETH 18 / USDC 6).
- KyberOracle.get_price: invert the 1e18-scaled rate with `1e18`
  instead of `token_unit` in the reverse-rate fallback. Previously
  the fallback price was off by 10**(18 - decimals) for non-18-decimal
  tokens (e.g. 10**12 too small for USDC).

* Use a constant for kyber rate precision

3 of 4 new or added lines in 2 files covered. (75.0%)

31 existing lines in 3 files now uncovered.

10373 of 11021 relevant lines covered (94.12%)

3.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
82.0
0.37% safe_eth/eth/oracles/kyber.py

Coverage Regressions

Lines Coverage ∆ File
21
69.57
0.0% safe_eth/safe/api/transaction_service_api/transaction_service_api.py
9
84.83
0.0% safe_eth/eth/django/models.py
1
96.0
0.17% safe_eth/safe/signatures.py
Jobs
ID Job ID Ran Files Coverage
1 run-3.13 - 26763371460.1 01 Jun 2026 03:09PM UTC 120
94.1
GitHub Action Run
2 run-3.10 - 26763371460.2 01 Jun 2026 03:09PM UTC 120
94.09
GitHub Action Run
3 run-3.12 - 26763371460.3 01 Jun 2026 03:09PM UTC 120
94.09
GitHub Action Run
4 run-3.11 - 26763371460.4 01 Jun 2026 03:10PM UTC 120
94.1
GitHub Action Run
Source Files on build 26763371460
  • Tree
  • List 120
  • Changed 11
  • Source Changed 9
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26763371460
  • 3f55b205 on github
  • Prev Build on main (#26747417174)
  • Next Build on main (#26815066786)
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