omsf-eco-infra / gha-runner

A simple GitHub Action for creating cloud-based self-hosted runners.
MIT License
0 stars 3 forks source link

feat: use AWS_DEFAULT_REGION by default #28

Closed ethanholz closed 2 months ago

ethanholz commented 2 months ago

Closes #26.

This leans on boto3 using AWS_DEFAULT_REGION to use the default role region but overrides if it is provided.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.80%. Comparing base (c590fbd) to head (8c278c2). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #28 +/- ## ========================================== + Coverage 94.70% 94.80% +0.10% ========================================== Files 3 3 Lines 302 308 +6 ========================================== + Hits 286 292 +6 Misses 16 16 ``` | [Flag](https://app.codecov.io/gh/omsf-eco-infra/gha-runner/pull/28/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/omsf-eco-infra/gha-runner/pull/28/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra) | `94.80% <100.00%> (+0.10%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.