-
Notifications
You must be signed in to change notification settings - Fork 5
Merge from master #667
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
Merge from master #667
Conversation
Merge pull request #665 from iKostanOrg/master
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Reviewer's Guide by SourceryThis pull request updates the CI workflows for the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ikostan - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider whether the workflows in
kyu_2/
should be consolidated into a single workflow with a matrix strategy. - It looks like
kyu2.yml
was deleted - is this intentional?
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
❌ 8 blocking issues (8 total)
@qltysh one-click actions:
|
@sourcery-ai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ikostan - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using
actions/checkout@v3
in your GitHub workflows to ensure you're using the latest version. - It looks like you're creating the test-results directory with
sudo
in CircleCI, but you probably don't need to.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Updates CI configurations for testing and linting. The CircleCI configuration is updated to run tests with pytest and store the results. The GitHub Actions workflows are updated to trigger on push events to the
kyu2
branch, and a redundant workflow file is removed.CI:
kyu2
branch.kyu2.yml
workflow.lint_test_build_pipeline.yml
workflow to use thepytype_kyu2.yml
workflow directly instead of referencing a specific branch.Tests: