Skip to content

Merge from master #629

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

Merged
merged 1,196 commits into from
Feb 13, 2025
Merged

Merge from master #629

merged 1,196 commits into from
Feb 13, 2025

Conversation

ikostan
Copy link
Member

@ikostan ikostan commented Feb 13, 2025

No description provided.

ikostan and others added 30 commits January 30, 2025 22:12
Merge pull request #607 from iKostanOrg/master
[20/112] check kyu_7.powers_of_3.largest_power
FAILED: /home/runner/work/codewars/codewars/.pytype/pyi/kyu_7/powers_of_3/largest_power.pyi
/opt/hostedtoolcache/Python/3.11.11/x64/bin/python -m pytype.main --imports_info /home/runner/work/codewars/codewars/.pytype/imports/kyu_7.powers_of_3.largest_power.imports --module-name kyu_7.powers_of_3.largest_power --platform linux -V 3.11 -o /home/runner/work/codewars/codewars/.pytype/pyi/kyu_7/powers_of_3/largest_power.pyi --analyze-annotated --nofail --quick /home/runner/work/codewars/codewars/kyu_7/powers_of_3/largest_power.py
/home/runner/work/codewars/codewars/kyu_7/powers_of_3/largest_power.py:22:9: error: in largest_power: Type annotation for result does not match type of assignment [annotation-type-mismatch]
  Annotation: int
  Assignment: float
  In assignment of type: Union[float, int]

        result = 3 ** n
        ~~~~~~

For more details, see https://google.github.io/pytype/errors.html#annotation-type-mismatch
ninja: build stopped: subcommand failed.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Merge pull request #611 from iKostanOrg/master
Merge pull request #614 from iKostanOrg/master
    # Adding 'timeout-minutes: 10' would prevent jobs from running
    # indefinitely if something goes wrong
    timeout-minutes: 10
Consider consolidating these similar workflow files into a single workflow with multiple jobs to reduce duplication and improve maintainability. This could be done as a separate PR.
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 062df101
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (062df10) Report Missing Report Missing Report Missing
Head commit (2d15a32) 2634 2388 90.66%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#629) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request #629 has too many files changed.

We can only review pull requests with up to 300 changed files, and this pull request has 12126.

Copy link

codefactor-io bot commented Feb 13, 2025

CodeFactor found an issue: Use of vulnerable py (CVE-2022-42969)

It's currently on:
requirements.txt
Commit 2d15a32

@ikostan ikostan merged commit bbb328d into kyu3 Feb 13, 2025
35 of 38 checks passed
ikostan added a commit that referenced this pull request Feb 13, 2025
Merge pull request #629 from iKostanOrg/master
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