aws-greengrass / aws-greengrass-secret-manager

Greengrass component that manages sensitive data stored with Greengrass. It supports secrets stored in AWS Secrets Manager and provides APIs for components to fetch secrets locally.
Apache License 2.0
7 stars 3 forks source link

Maven update #46

Closed jbutler closed 3 years ago

jbutler commented 3 years ago

Issue #, if available:

Description of changes:

Why is this change necessary:

How was this change tested:

Any additional information or context required to review the change:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 3 years ago

Unit Tests Coverage Report

File Coverage Lines Branches
All files 91% 90% 92% :white_check_mark:
com.aws.greengrass.secretmanager.crypto.PemFile 65% 81% 50% :white_check_mark:
com.aws.greengrass.secretmanager.crypto.KeyChain 68% 86% 50% :white_check_mark:
com.aws.greengrass.secretmanager.crypto.RSAMasterKey 80% 80% 0% :white_check_mark:
com.aws.greengrass.secretmanager.crypto.Crypter 88% 94% 81% :white_check_mark:
com.aws.greengrass.secretmanager.kernel.KernelClient 100% 100% 0% :white_check_mark:
com.aws.greengrass.secretmanager.SecretManagerService 80% 77% 83% :white_check_mark:
com.aws.greengrass.secretmanager.SecretManagerService$1 100% 100% 0% :white_check_mark:
com.aws.greengrass.secretmanager.SecretManagerIPCAgent$GetSecretValueOperationHandler 75% 75% 0% :white_check_mark:
com.aws.greengrass.secretmanager.SecretManagerIPCAgent 100% 100% 0% :white_check_mark:
com.aws.greengrass.secretmanager.SecretManager 98% 99% 98% :white_check_mark:
com.aws.greengrass.secretmanager.AWSSecretClient 89% 87% 91% :white_check_mark:
com.aws.greengrass.secretmanager.FileSecretDao 100% 100% 100% :white_check_mark:

Minimum allowed coverage is 65%

Generated by :monkey: cobertura-action against 5875346447a36b5456ec58d6128b3f1e8b0abcb0