-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add Python version GenCrc32 code and unit test cases #101
base: master
Are you sure you want to change the base?
Conversation
Cc: Rebecca Cran <[email protected]> Cc: Liming Gao <[email protected]> Cc: Bob Feng <[email protected]> Signed-off-by: Wenzhao Li <[email protected]> Signed-off-by: Yuwei Chen <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #101 +/- ##
=========================================
+ Coverage 4.27% 4.38% +0.10%
=========================================
Files 182 184 +2
Lines 81605 81734 +129
=========================================
+ Hits 3490 3582 +92
- Misses 78115 78152 +37
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
## @file | ||
# Calculate Crc32 value and Verify Crc32 value for input data. | ||
# | ||
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> |
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.
If this is new code, it should probably be "Copyright (c) 2024...." since it wasn't written in 2007.
## @file | ||
# Calculate Crc32 value and Verify Crc32 value for input data. | ||
# | ||
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> |
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.
Same command about the copyright line as above.
Cc: Rebecca Cran [email protected]
Cc: Liming Gao [email protected]
Cc: Bob Feng [email protected]
Signed-off-by: Wenzhao Li [email protected]
Signed-off-by: Yuwei Chen [email protected]