-
Notifications
You must be signed in to change notification settings - Fork 11
Add ordered dictionary for quicker look up of Assessment packages in StatusHandler #193
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #193 +/- ##
==========================================
+ Coverage 89.99% 90.01% +0.01%
==========================================
Files 90 90
Lines 14328 14356 +28
==========================================
+ Hits 12895 12923 +28
Misses 1433 1433
Flags with carried forward coverage won't be shown. Click here to find out more.
|
rane-rajasi
left a comment
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.
Comment inline
rane-rajasi
left a comment
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.
Comment inline
7374ef6 to
8e73857
Compare
8e73857 to
7249ae1
Compare
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.
@feng-j678 Now that the py27 CI issue is fixed, let that PR go in first, so you can fetch latest from master into this PR, run py27 on this PR and then merge.
…into user/jf/add_orderdic_assessment
…Azure/LinuxPatchExtension into user/jf/add_orderdic_assessment
What is in this PR:
[X] Modify the nested for loop in set_package_assessment_status to use order dictionary for quicker look up
[X] unit test assessment order dictionary