feat: Added Exit codes and updated unit tests - DELETE -#547
Open
LaKeishaTurnerSlalom wants to merge 1 commit intomainfrom
Open
feat: Added Exit codes and updated unit tests - DELETE -#547LaKeishaTurnerSlalom wants to merge 1 commit intomainfrom
LaKeishaTurnerSlalom wants to merge 1 commit intomainfrom
Conversation
ian-bowden-slalom
pushed a commit
that referenced
this pull request
Jun 27, 2024
secureli-375 #375 <!-- Include general description here --> Added Additional Exit Codes based on error types as discussed. Passing exitCode to the ScanFailure class ## Changes <!-- A detailed list of changes --> * Added Exit Codes * Updated ScanFailure * Updated Unit Tests * Verified no additional errors ## Testing <!-- Mention updated tests and any manual testing performed. Are aspects not yet tested or not easily testable? Feel free to include screenshots if appropriate. --> * ## Clean Code Checklist <!-- This is here to support you. Some/most checkboxes may not apply to your change --> - [x] Meets acceptance criteria for issue - [x] New logic is covered with automated tests - [ ] Appropriate exception handling added - [ ] Thoughtful logging included - [ ] Documentation is updated - [ ] Follow-up work is documented in TODOs - [ ] TODOs have a ticket associated with them - [x] No commented-out code included <!-- Github-flavored markdown reference: https://docs.github.com/en/get-started/writing-on-github --> --------- Co-authored-by: Ian Bowden <ian.bowden@slalom>
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.
secureli-375
#375
Added Additional Exit Codes based on error types as discussed. Passing exitCode to the ScanFailure class
Changes
Testing
Clean Code Checklist