-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature/issue 1310 #1596
Feature/issue 1310 #1596
Conversation
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.
Please consider comments and pay attention to Sonar Cloud analysis (btw, it's nice that you remembered to test your changes, 100% coverage on new code is something you should always strive for when changing existing code base).
P.S. You can delete CreateStreetcodeHandlerTests.cs file (its content is commented and very old) and as a result you'll be able to rename CreateStreetcodeTests.cs to CreateStreetcodeHandlerTests.cs so that it matches naming pattern.
Streetcode/Streetcode.BLL/MediatR/Streetcode/Streetcode/Create/CreateStreetcodeHandler.cs
Outdated
Show resolved
Hide resolved
Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
dev
Issue
Code reviewers
Second Level Review
Summary of issue
The streetcode is created using invalid indexes
Summary of change
Add rule for index validation
Testing approach
Add test for boundary values
CHECK LIST