Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

modernise build #10

Merged
merged 34 commits into from
Sep 25, 2023
Merged

modernise build #10

merged 34 commits into from
Sep 25, 2023

Conversation

mbdevpl
Copy link
Owner

@mbdevpl mbdevpl commented Sep 23, 2023

No description provided.

@mbdevpl mbdevpl self-assigned this Sep 23, 2023
@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Merging #10 (c5192c4) into main (fcfab93) will decrease coverage by 2.26%.
The diff coverage is 79.61%.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   90.18%   87.93%   -2.26%     
==========================================
  Files          27       26       -1     
  Lines         968      580     -388     
  Branches      172       97      -75     
==========================================
- Hits          873      510     -363     
+ Misses         80       58      -22     
+ Partials       15       12       -3     
Files Changed Coverage Δ
system_query/main.py 100.00% <ø> (ø)
system_query/ram_info.py 56.14% <25.00%> (-1.01%) ⬇️
system_query/available_features.py 76.27% <56.00%> (+1.27%) ⬆️
test/test_all_info.py 73.91% <57.14%> (-26.09%) ⬇️
test/test_with_sudo.py 85.71% <66.66%> (+45.71%) ⬆️
setup.py 100.00% <100.00%> (ø)
system_query/__main__.py 100.00% <100.00%> (ø)
system_query/cpu_info.py 82.97% <100.00%> (ø)
system_query/gpu_info.py 57.57% <100.00%> (+37.57%) ⬆️
system_query/hdd_info.py 100.00% <100.00%> (+4.76%) ⬆️
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev

This comment was marked as outdated.

@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Sep 25, 2023

Tools report for GitHub-mbdevpl/system-query/PR-10 [build #18]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 86% 🆗 (click for details)
    Name                                 Stmts   Miss Branch BrPart  Cover   Missing
    --------------------------------------------------------------------------------
    setup.py                                12      0      2      0   100%
    system_query/__init__.py                 7      0      0      0   100%
    system_query/__main__.py                 9      0      2      0   100%
    system_query/_version.py                 2      0      0      0   100%
    system_query/all_info.py                10      0      0      0   100%
    system_query/available_features.py      59     15      8      2    69%   12-15, 47-56, 58->61, 71-73
    system_query/cpu_info.py                47      6     20      4    85%   14, 17-18, 20, 27, 39
    system_query/errors.py                   1      0      0      0   100%
    system_query/gpu_info.py                33     13     14      1    62%   14-18, 23-39
    system_query/hdd_info.py                21      0      9      1    97%   21->27
    system_query/host_info.py                4      0      0      0   100%
    system_query/main.py                    14      0      0      0   100%
    system_query/os_info.py                  4      0      0      0   100%
    system_query/query.py                   42      0     24      0   100%
    system_query/ram_info.py                57     30     18      4    44%   26, 35, 37, 40-51, 59, 64-80
    system_query/software_info.py           53      6     26      4    87%   63, 66-67, 70, 73-74, 85->87
    system_query/swap_info.py                7      0      2      0   100%
    test/__init__.py                         5      0      0      0   100%
    test/test_all_info.py                   23      5      4      1    70%   24-28
    test/test_cpu_info.py                   31      0      0      0   100%
    test/test_gpu_info.py                   21      0      2      0   100%
    test/test_main.py                       78      0     40      0   100%
    test/test_packaging.py                   3      0      0      0   100%
    test/test_query.py                      23      0     14      0   100%
    test/test_software_info.py               7      0      0      0   100%
    test/test_with_sudo.py                   7      1      2      0    89%   13
    --------------------------------------------------------------------------------
    TOTAL                                  580     76    187     17    86%
    

@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Sep 25, 2023

Tools report for GitHub-mbdevpl/system-query/PR-10 [build #19]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 86% 🆗 (click for details)
    Name                                 Stmts   Miss Branch BrPart  Cover   Missing
    --------------------------------------------------------------------------------
    setup.py                                12      0      2      0   100%
    system_query/__init__.py                 7      0      0      0   100%
    system_query/__main__.py                 9      0      2      0   100%
    system_query/_version.py                 2      0      0      0   100%
    system_query/all_info.py                10      0      0      0   100%
    system_query/available_features.py      59     15      8      2    69%   12-15, 47-56, 58->61, 71-73
    system_query/cpu_info.py                47      6     20      4    85%   14, 17-18, 20, 27, 39
    system_query/errors.py                   1      0      0      0   100%
    system_query/gpu_info.py                33     13     14      1    62%   14-18, 23-39
    system_query/hdd_info.py                21      0      9      0   100%
    system_query/host_info.py                4      0      0      0   100%
    system_query/main.py                    14      0      0      0   100%
    system_query/os_info.py                  4      0      0      0   100%
    system_query/query.py                   42      0     24      0   100%
    system_query/ram_info.py                57     30     18      4    44%   26, 35, 37, 40-51, 59, 64-80
    system_query/software_info.py           53      6     26      4    87%   63, 66-67, 70, 73-74, 85->87
    system_query/swap_info.py                7      0      2      0   100%
    test/__init__.py                         5      0      0      0   100%
    test/test_all_info.py                   23      5      4      1    70%   24-28
    test/test_cpu_info.py                   31      0      0      0   100%
    test/test_gpu_info.py                   21      0      2      0   100%
    test/test_main.py                       78      0     40      0   100%
    test/test_packaging.py                   3      0      0      0   100%
    test/test_query.py                      23      0     14      0   100%
    test/test_software_info.py               7      0      0      0   100%
    test/test_with_sudo.py                   7      1      2      0    89%   13
    --------------------------------------------------------------------------------
    TOTAL                                  580     76    187     16    86%
    

@mbdevpl mbdevpl merged commit 3bfdc77 into main Sep 25, 2023
@mbdevpl mbdevpl deleted the feature/modernise-build branch September 25, 2023 05:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant