Skip to content

Code Testing#61

Draft
fredericojordan wants to merge 15 commits intotrunkfrom
fred/tests
Draft

Code Testing#61
fredericojordan wants to merge 15 commits intotrunkfrom
fred/tests

Conversation

@fredericojordan
Copy link
Contributor

No description provided.

@fredericojordan fredericojordan self-assigned this Apr 12, 2022
@github-actions
Copy link

github-actions bot commented Apr 12, 2022

Coverage diff of 8602d62.

5c5,6
< bond/app.py                            21     21     0.00%   1-42
---
> bond/app.py                            21      0   100.00%
> bond/bond                               5      0   100.00%
7,9c8,10
< bond/cli/console.py                    25     25     0.00%   1-41
< bond/cli/main.py                       27     27     0.00%   1-39
< bond/cli/table.py                      38     38     0.00%   1-56
---
> bond/cli/console.py                    25      5    80.00%   18-19, 27, 32, 37
> bond/cli/main.py                       29      1    96.55%   15
> bond/cli/table.py                      38      2    94.74%   50, 53
11,30c12,31
< bond/commands/backup.py               113    113     0.00%   1-188
< bond/commands/devices/__init__.py       5      5     0.00%   1-7
< bond/commands/devices/create.py        21     21     0.00%   1-54
< bond/commands/devices/delete.py        26     26     0.00%   1-46
< bond/commands/devices/list.py          18     18     0.00%   1-24
< bond/commands/discover.py              14     14     0.00%   1-20
< bond/commands/groups/__init__.py        5      5     0.00%   1-7
< bond/commands/groups/create.py         19     19     0.00%   1-31
< bond/commands/groups/delete.py         43     43     0.00%   1-76
< bond/commands/groups/list.py           32     32     0.00%   1-64
< bond/commands/list.py                  17     17     0.00%   1-28
< bond/commands/livelog.py               71     71     0.00%   1-120
< bond/commands/reboot.py                16     16     0.00%   1-23
< bond/commands/reset.py                  9      9     0.00%   1-26
< bond/commands/rfman.py                 13     13     0.00%   1-32
< bond/commands/select.py                34     34     0.00%   1-60
< bond/commands/signal.py                11     11     0.00%   1-41
< bond/commands/token.py                 33     33     0.00%   1-47
< bond/commands/upgrade.py               93     93     0.00%   1-138
< bond/commands/version.py               13     13     0.00%   1-16
---
> bond/commands/backup.py               113     87    23.01%   19-46, 50-53, 57, 68-95, 99-115, 141-188
> bond/commands/devices/__init__.py       5      0   100.00%
> bond/commands/devices/create.py        21     14    33.33%   31-54
> bond/commands/devices/delete.py        26     16    38.46%   22-38, 41-46
> bond/commands/devices/list.py          18     10    44.44%   15-24
> bond/commands/discover.py              14      6    57.14%   15-20
> bond/commands/groups/__init__.py        5      0   100.00%
> bond/commands/groups/create.py         19     12    36.84%   16-31
> bond/commands/groups/delete.py         43     31    27.91%   21-24, 27-44, 47-58, 62-66, 70-76
> bond/commands/groups/list.py           32     22    31.25%   18-21, 24-33, 43-56, 60-64
> bond/commands/list.py                  17      2    88.24%   15-16
> bond/commands/livelog.py               71     51    28.17%   17, 21-23, 29-32, 36-40, 46, 77-120
> bond/commands/reboot.py                16      8    50.00%   16-23
> bond/commands/reset.py                  9      2    77.78%   25-26
> bond/commands/rfman.py                 13      6    53.85%   21-32
> bond/commands/select.py                34     24    29.41%   24-55, 57-58
> bond/commands/signal.py                11      4    63.64%   26-41
> bond/commands/token.py                 33     24    27.27%   6-12, 16-21, 33-47
> bond/commands/upgrade.py               93     79    15.05%   12-17, 21-27, 31-76, 104-138
> bond/commands/version.py               13      6    53.85%   11-16
32,34c33,35
< bond/commands/wifi/__init__.py          5      5     0.00%   1-7
< bond/commands/wifi/connect.py          12     12     0.00%   1-30
< bond/commands/wifi/shutdown.py         11     11     0.00%   1-20
---
> bond/commands/wifi/__init__.py          5      0   100.00%
> bond/commands/wifi/connect.py          12      4    66.67%   20-30
> bond/commands/wifi/shutdown.py         11      4    63.64%   13-20
36c37
< bond/database/database.py              59     17    71.19%   24-25, 47-49, 52, 55, 61-64, 68, 72, 76-79
---
> bond/database/database.py              59     14    76.27%   27-29, 47-49, 52, 55, 63, 72, 76-79
39,43c40,46
< bond/proto/__init__.py                  1      1     0.00%   1
< bond/proto/base_transport.py           13     13     0.00%   1-19
< bond/proto/http.py                     38     38     0.00%   1-54
< bond/proto/mdns.py                     25     25     0.00%   1-35
< bond/proto/wye.py                      34     34     0.00%   1-66
---
> bond/proto/__init__.py                  1      0   100.00%
> bond/proto/base_transport.py           13     10    23.08%   6-19
> bond/proto/http.py                     38     27    28.95%   10-14, 17, 20, 23, 26, 29, 32-54
> bond/proto/mdns.py                     25     15    40.00%   8, 11, 14-20, 24, 29-31, 34-35
> bond/proto/wye.py                      34     23    32.35%   6-10, 14-15, 24, 28, 32, 36, 40, 44-57, 66
> bond/tests/conftest.py                 22      4    81.82%   6, 38-40
> bond/tests/test_cli.py                 31      0   100.00%
45c48
< TOTAL                                 948    900     5.06%
---
> TOTAL                                1008    540    46.43%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant