nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
861 stars 43 forks source link

feat: add terraform GCP provider (preview) #632

Closed jyecusch closed 2 days ago

jyecusch commented 4 days ago

closes: https://github.com/nitrictech/nitric/issues/610

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 49.24%. Comparing base (71e6e05) to head (1652452). Report is 2 commits behind head on main.

:exclamation: Current head 1652452 differs from pull request most recent head 7175e99

Please upload reports for the commit 7175e99 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #632 +/- ## ======================================= Coverage 49.24% 49.24% ======================================= Files 23 23 Lines 3233 3233 ======================================= Hits 1592 1592 Misses 1537 1537 Partials 104 104 ``` | [Flag](https://app.codecov.io/gh/nitrictech/nitric/pull/632/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [aws](https://app.codecov.io/gh/nitrictech/nitric/pull/632/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `43.82% <ø> (ø)` | | | [azure](https://app.codecov.io/gh/nitrictech/nitric/pull/632/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `53.29% <ø> (ø)` | | | [core](https://app.codecov.io/gh/nitrictech/nitric/pull/632/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `77.88% <ø> (ø)` | | | [gcp](https://app.codecov.io/gh/nitrictech/nitric/pull/632/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `47.17% <ø> (ø)` | | 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=nitrictech#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.

tjholm commented 3 days ago

Needs an update to the release workflows so the gcptf binary gets published.