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

lhelwerd / rechu / 13265432819

11 Feb 2025 02:39PM UTC coverage: 98.264% (+1.4%) from 96.844%
13265432819

Pull #3

github

web-flow
Merge 37805780c into dd227a1bc
Pull Request #3: Alembic setup, cascade-deletion for foreign keys, delete subcommand

100 of 106 branches covered (94.34%)

Branch coverage included in aggregate %.

233 of 235 new or added lines in 13 files covered. (99.15%)

636 of 643 relevant lines covered (98.91%)

1.98 hits per line

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

0.0
/rechu/__main__.py
1
"""
2
Command entry point.
3
"""
4

5
import sys
×
6
from .command.base import Base
×
7

8
def main() -> None:
×
9
    """
10
    Main entry point for receipt subcommands.
11
    """
12

NEW
13
    Base.start(sys.executable, sys.argv)
×
14

15
if __name__ == "__main__":
×
16
    main()
×
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