-
Notifications
You must be signed in to change notification settings - Fork 12
COCOS-365 - Add IGVM measurement #379
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #379 +/- ##
==========================================
+ Coverage 56.66% 56.88% +0.21%
==========================================
Files 58 59 +1
Lines 4998 5058 +60
==========================================
+ Hits 2832 2877 +45
- Misses 1868 1882 +14
- Partials 298 299 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add copyright information to package Add testing to igvm measurements Remove trailing white space Improve testing Resolve PR comments Add measure to cli Add README for feature Fix PR comments Added new line to shell script Add measurement interface Fix ci Refactor code for IgvmMeasurement to become a CLI dependency Refactor code for IgvmMeasurement to become a CLI dependency Refactor based on ci failures Fix error handling Add header Fix ci
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.
LGTM
What type of PR is this?
This is a feature because it adds the following functionality: Igvm measurement functionality
What does this do?
Change the CLI so it calculates the measurement based on the vTPM and OVMF used.
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Yes, I have included tests.
Did you document any new/modified feature?
No, I have not updated the documentation but I will focus on documentation next.