sebasrp / awslimitchecker

Simple module to programatically retrieve your AWS account limits (whether they are supported by servicequotas or not). It also provide a lightweight cli program to access the data.
MIT License
2 stars 0 forks source link

add ebs quotas for io1 iops and size #20

Closed sebasrp closed 1 year ago

sebasrp commented 1 year ago

adds ebs quotas for io1 iops and size (contributes to #18)

codecov-commenter commented 1 year ago

Codecov Report

Base: 94.86% // Head: 95.21% // Increases project coverage by +0.35% :tada:

Coverage data is based on head (37d6449) compared to base (4b57b3d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## ========================================== + Coverage 94.86% 95.21% +0.35% ========================================== Files 16 16 Lines 720 774 +54 ========================================== + Hits 683 737 +54 Misses 36 36 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/sebasrp/awslimitchecker/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Rodriguez) | Coverage Δ | | |---|---|---| | [internal/services/ebs.go](https://codecov.io/gh/sebasrp/awslimitchecker/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Rodriguez#diff-aW50ZXJuYWwvc2VydmljZXMvZWJzLmdv) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Rodriguez). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Rodriguez)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.