Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixed pulling changes on existing repo #27

Merged
merged 1 commit into from
May 10, 2024
Merged

Fixed pulling changes on existing repo #27

merged 1 commit into from
May 10, 2024

Conversation

Korulag
Copy link
Contributor

@Korulag Korulag commented Feb 6, 2024

No description provided.

Copy link

github-actions bot commented Feb 6, 2024

Total coverage

Coverage report for changed files •
FileStmtsMissCoverMissing
cacher.py1325856%61–66, 70–74, 84–87, 90, 96–99, 102–104, 112–117, 124–127, 136–137, 144–147, 158–159, 173, 189, 193–194, 202, 206–208, 213–216, 228–229, 241, 260–261
TOTAL1826166% 

Tests Skipped Failures Errors Time
3 0 💤 0 ❌ 0 🔥 0.448s ⏱️

Copy link

github-actions bot commented Feb 6, 2024

pylint output
************* Module alma_tests_cacher.cacher
alma_tests_cacher/cacher.py:130:0: C0301: Line too long (87/80) (line-too-long)
alma_tests_cacher/cacher.py:150:0: C0301: Line too long (87/80) (line-too-long)
alma_tests_cacher/cacher.py:1:0: C0114: Missing module docstring (missing-module-docstring)
alma_tests_cacher/cacher.py:25:0: C0115: Missing class docstring (missing-class-docstring)
alma_tests_cacher/cacher.py:25:0: R0902: Too many instance attributes (8/7) (too-many-instance-attributes)
alma_tests_cacher/cacher.py:26:4: R0913: Too many arguments (7/5) (too-many-arguments)
alma_tests_cacher/cacher.py:46:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:58:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:65:19: W0718: Catching too general exception Exception (broad-exception-caught)
alma_tests_cacher/cacher.py:69:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:76:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:76:4: R0913: Too many arguments (6/5) (too-many-arguments)
alma_tests_cacher/cacher.py:101:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:112:15: W0718: Catching too general exception Exception (broad-exception-caught)
alma_tests_cacher/cacher.py:119:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:136:15: W0718: Catching too general exception Exception (broad-exception-caught)
alma_tests_cacher/cacher.py:139:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:158:15: W0718: Catching too general exception Exception (broad-exception-caught)
alma_tests_cacher/cacher.py:161:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:161:4: R0914: Too many local variables (17/15) (too-many-locals)
alma_tests_cacher/cacher.py:251:4: C0116: Missing function or method docstring (missing-function-docstring)
alma_tests_cacher/cacher.py:260:23: W0718: Catching too general exception Exception (broad-exception-caught)

-----------------------------------
Your code has been rated at 8.33/10

@Korulag Korulag merged commit 0cbe3a7 into master May 10, 2024
2 of 3 checks passed
@Korulag Korulag deleted the fix-pulls branch May 10, 2024 09:03
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.

2 participants