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

safe-global / safe-eth-py / 18643806651

20 Oct 2025 06:11AM UTC coverage: 89.969% (-4.0%) from 93.927%
18643806651

Pull #2056

github

web-flow
Merge 77f5b46bd into 8eac6367d
Pull Request #2056: Bump coverage from 7.10.6 to 7.11.0

9229 of 10258 relevant lines covered (89.97%)

0.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.43
/safe_eth/safe/api/transaction_service_api/transaction_service_tx.py
1
from typing import Optional
1✔
2

3
from eth_typing import ChecksumAddress
1✔
4

5
from safe_eth.safe import SafeTx
1✔
6

7

8
class TransactionServiceTx(SafeTx):
1✔
9
    def __init__(self, proposer: Optional[ChecksumAddress], *args, **kwargs):
1✔
10
        super().__init__(*args, **kwargs)
×
11
        self.proposer = proposer
×
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