Skip to content

add missing args to a logging call#33

Merged
mbdevpl merged 1 commit intomainfrom
feature/fix-logging-args
Nov 6, 2025
Merged

add missing args to a logging call#33
mbdevpl merged 1 commit intomainfrom
feature/fix-logging-args

Conversation

@mbdevpl
Copy link
Owner

@mbdevpl mbdevpl commented Nov 6, 2025

No description provided.

@mbdevpl mbdevpl self-assigned this Nov 6, 2025
@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Nov 6, 2025

Tools report for GitHub-mbdevpl/ingit/PR-33 [build #1]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 94% 🆗 (click for details)
    Name                             Stmts   Miss Branch BrPart  Cover   Missing
    ----------------------------------------------------------------------------
    ingit/__init__.py                    2      0      0      0   100%
    ingit/__main__.py                    9      0      2      0   100%
    ingit/_version.py                    2      0      0      0   100%
    ingit/action_progress.py            77      2     28      0    98%   61-62
    ingit/fetch_flags.py                27      3     10      3    84%   39, 48, 51
    ingit/json_config.py                73      0      8      0   100%
    ingit/main.py                       99      6     34      1    95%   234-235, 256-259
    ingit/project.py                   383     57    154     24    82%   32-43, 168->170, 185-195, 203-204, 208, 216, 226, 268, 299->306, 300->299, 326, 335-337, 354, 372, 393-394, 403, 414->416, 420-421, 432-433, 440-441, 458-459, 468->470, 488, 495, 548-550, 556-558, 562-563, 567, 572-575, 577
    ingit/push_flags.py                 15      0      4      1    95%   35->37
    ingit/repo_data.py                  93      0     20      0   100%
    ingit/runtime.py                   218     25     84      8    87%   62-64, 103, 153-154, 158-168, 177, 182->184, 192, 205-206, 217->exit, 278, 282->284, 290-292, 318-319
    ingit/runtime_interface.py          60      2     22      2    95%   66, 77
    setup.py                            11      0      2      0   100%
    test/__init__.py                     5      0      0      0   100%
    test/test_action_progress.py       135      0     22      0   100%
    test/test_git_commands.py          142      0     22      1    99%   47->49
    test/test_ingit_commands.py         95      0      8      0   100%
    test/test_json_config.py            78      0      0      0   100%
    test/test_main.py                   37      0      2      0   100%
    test/test_packaging.py               3      0      0      0   100%
    test/test_project.py               233      0     12      0   100%
    test/test_repo_data.py              65      0      0      0   100%
    test/test_runtime.py                67      0      8      0   100%
    test/test_runtime_interface.py      25      0      6      0   100%
    ----------------------------------------------------------------------------
    TOTAL                             1954     95    448     40    94%
    

@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 94.1%. Comparing base (3893d27) to head (2bc8150).

Files with missing lines Patch % Lines
ingit/runtime.py 0.0% 1 Missing ⚠️
Additional details and impacted files
@@                         Coverage Diff                         @@
##           dependabot/pip/pylint-approx-eq-4.0     #33   +/-   ##
===================================================================
  Coverage                                 94.1%   94.1%           
===================================================================
  Files                                       24      24           
  Lines                                     1954    1954           
  Branches                                   224     224           
===================================================================
  Hits                                      1840    1840           
  Misses                                      78      78           
  Partials                                    36      36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from dependabot/pip/pylint-approx-eq-4.0 to main November 6, 2025 09:34
@mbdevpl mbdevpl merged commit 0328265 into main Nov 6, 2025
16 of 18 checks passed
@mbdevpl mbdevpl deleted the feature/fix-logging-args branch November 6, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant