Closed dkeohane closed 3 years ago
Merging #582 (f84a1dd) into master (84b11dd) will increase coverage by
2.30%
. The diff coverage is22.82%
.
@@ Coverage Diff @@
## master #582 +/- ##
==========================================
+ Coverage 20.17% 22.48% +2.30%
==========================================
Files 46 46
Lines 4426 4457 +31
==========================================
+ Hits 893 1002 +109
+ Misses 3472 3382 -90
- Partials 61 73 +12
Impacted Files | Coverage Δ | |
---|---|---|
pkg/controller/account/account_controller.go | 9.14% <0.00%> (+2.80%) |
:arrow_up: |
pkg/controller/account/byoc.go | 61.62% <100.00%> (+23.48%) |
:arrow_up: |
pkg/controller/utils/conditions.go | 22.35% <0.00%> (+11.17%) |
:arrow_up: |
pkg/apis/aws/v1alpha1/accountclaim_types.go | 45.00% <0.00%> (+35.00%) |
:arrow_up: |
pkg/controller/utils/status.go | 91.66% <0.00%> (+45.83%) |
:arrow_up: |
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dastergon, dkeohane, lisa
The full list of commands accepted by this bot can be found here.
The pull request process is described here
OSD-7072
createBYOCAdminAccessRole
for all non-STS accounts within theaccount_controller.go
createBYOCAdminAccessRole
frombyoc.go
in lieu of the change above.account_controller.go
could be refactored down even further if we did not have the dependency on the RoleID within theassumeRole
func - there's an outstanding question over its use, therefore this refactor may still occur