paws-r / paws

Paws, a package for Amazon Web Services in R
https://www.paws-r-sdk.com
Other
318 stars 37 forks source link

Github Actions: Paws regeneration #603

Closed DyfanJones closed 1 year ago

DyfanJones commented 1 year ago

This PR adds in a new github action that regenerates Paws SDK.

Addresses issue: https://github.com/paws-r/paws/issues/598

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c94da3f) 83.95% compared to head (db12e27) 83.95%.

:exclamation: Current head db12e27 differs from pull request most recent head fc9adb1. Consider uploading reports for the commit fc9adb1 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #603 +/- ## ========================================= Coverage 83.95% 83.95% ========================================= Files 189 126 -63 Lines 12556 8371 -4185 ========================================= - Hits 10541 7028 -3513 + Misses 2015 1343 -672 ``` | [Impacted Files](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r) | Coverage Δ | | |---|---|---| | [a/paws/paws/make.paws/R/process\_api.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvbWFrZS5wYXdzL1IvcHJvY2Vzc19hcGkuUg==) | | | | [a/paws/paws/paws.common/R/custom\_dynamodb.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9jdXN0b21fZHluYW1vZGIuUg==) | | | | [a/paws/paws/paws.common/R/credential\_providers.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9jcmVkZW50aWFsX3Byb3ZpZGVycy5S) | | | | [a/paws/paws/paws.common/R/tags.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi90YWdzLlI=) | | | | [a/paws/paws/paws.common/R/stream.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9zdHJlYW0uUg==) | | | | [a/paws/paws/paws.common/R/net.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9uZXQuUg==) | | | | [a/paws/paws/paws.common/R/config.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9jb25maWcuUg==) | | | | [a/paws/paws/paws.common/R/handlers\_jsonrpc.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9oYW5kbGVyc19qc29ucnBjLlI=) | | | | [a/paws/paws/make.paws/R/cache.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvbWFrZS5wYXdzL1IvY2FjaGUuUg==) | | | | [a/paws/paws/paws.common/R/populate.R](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r#diff-YS9wYXdzL3Bhd3MvcGF3cy5jb21tb24vUi9wb3B1bGF0ZS5S) | | | | ... and [53 more](https://codecov.io/gh/paws-r/paws/pull/603?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=paws-r) | | 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=paws-r). 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=paws-r)

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

DyfanJones commented 1 year ago

example of github action working correctly: github action job: https://github.com/DyfanJones/paws/actions/runs/4312687408

PR: https://github.com/DyfanJones/paws/pull/4