Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 103 103
Branches 1 1
=========================================
Hits 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Bug fix
Description
Implement automatic PR assignee.
Broaden Codecov component paths.
Minor workflow name and command fixes.
Diagram Walkthrough
flowchart LR A["Pull Request Opened"] --> B{"Is Assignee Null & Not Bot?"} B -- "Yes" --> C["Assign PR Opener"]File Walkthrough
actionlint.yml
Rename actionlint workflow.github/workflows/actionlint.yml
test.yml
Simplify test command in workflow.github/workflows/test.yml
Run pyteststep by removing the multiline commandsyntax.
codecov.yaml
Update Codecov component path patternscodecov.yaml
config,logger, andtracercomponents.**/*.pyto**to include all file types within thedirectories.
assign.yml
Add new PR auto-assign workflow.github/workflows/assign.yml
Manage PR Assigneeto automatically assign the PRopener.
pull_request: openedevents.github.actorif the actor is not a bot and no assigneeis present.