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

pronovic / cedar-backup3 / 17226347256

26 Aug 2025 02:41AM UTC coverage: 73.311%. Remained the same
17226347256

push

github

web-flow
Replace Pylint with Ruff linter (#52)

27 of 46 new or added lines in 20 files covered. (58.7%)

2 existing lines in 1 file now uncovered.

7922 of 10806 relevant lines covered (73.31%)

2.93 hits per line

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

0.0
/src/CedarBackup3/scripts.py
1
# -*- coding: utf-8 -*-
2
# vim: set ft=python ts=4 sw=4 expandtab:
3
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4
#
5
#              C E D A R
6
#          S O L U T I O N S       "Software done right."
7
#           S O F T W A R E
8
#
9
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10
#
11
# Author   : Kenneth J. Pronovici <pronovic@ieee.org>
12
# Language : Python 3
13
# Project  : Cedar Backup, release 3
14
# Purpose  : Scripts published by Poetry as part of the Python package
15
#
16
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
17

18
"""
19
Scripts published by Poetry as part of the Python package.
20
"""
21

22
import sys
×
23

24

25
def cback3():
×
26
    """Implementation of the cback3 script, the main command-line interface."""
NEW
27
    from CedarBackup3.cli import cli
×
28

29
    result = cli()
×
30
    sys.exit(result)
×
31

32

33
def amazons3():
×
34
    """Implementation of the cback3-amazons3-sync script."""
NEW
35
    from CedarBackup3.tools.amazons3 import cli
×
36

37
    result = cli()
×
38
    sys.exit(result)
×
39

40

41
def span():
×
42
    """Implementation of the cback3-span script."""
NEW
43
    from CedarBackup3.tools.span import cli
×
44

45
    result = cli()
×
46
    sys.exit(result)
×
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