-
Notifications
You must be signed in to change notification settings - Fork 56
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 links to aws-lc-fips-sys Cargo.toml #279
Conversation
e824541
to
de2253e
Compare
@@ -0,0 +1,21 @@ | |||
[package] | |||
name = "sys-testing" |
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.
good call on consolidating the testing crates!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
=======================================
Coverage 95.42% 95.42%
=======================================
Files 51 51
Lines 6733 6733
=======================================
Hits 6425 6425
Misses 308 308 ☔ View full report in Codecov by Sentry. |
Description of changes:
See #277 for context, this is just implementing the same thing for the aws-lc-fips-sys crate.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.