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

Kyu6 #541

Merged
merged 17 commits into from
Nov 24, 2024
Merged

Kyu6 #541

merged 17 commits into from
Nov 24, 2024

Conversation

ikostan
Copy link
Member

@ikostan ikostan commented Nov 24, 2024

No description provided.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.88%. Comparing base (8cacc96) to head (8762a9f).
Report is 18 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #541   +/-   ##
=======================================
  Coverage   89.88%   89.88%           
=======================================
  Files         169      169           
  Lines        2541     2541           
=======================================
  Hits         2284     2284           
  Misses        257      257           

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


🚨 Try these New Features:

Copy link

codeclimate bot commented Nov 24, 2024

Code Climate has analyzed commit 8762a9f and detected 38 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 38

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 89.8% (0.0% change).

View more on Code Climate.

kyu_6/sums_of_parts/test_solution.py Outdated Show resolved Hide resolved
kyu_6/sums_of_parts/test_solution.py Show resolved Hide resolved
kyu_6/sums_of_parts/solution.py Outdated Show resolved Hide resolved
kyu_6/sums_of_parts/solution.py Outdated Show resolved Hide resolved
kyu_6/sums_of_parts/test_solution.py Outdated Show resolved Hide resolved
Variable name ls doesn't conform to snake_case naming style New
        for ls, expected in test_data:
Severity: InfoFound in kyu_6/sums_of_parts/test_solution.py by pylint
To disable this check in your analysis, modify your .codeclimate.yml file to mark the check as disabled. An example is shown below.
@ikostan ikostan merged commit 92d8694 into master Nov 24, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant