Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format go imports (flyteadmin) #4227

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Format go imports (flyteadmin) #4227

merged 1 commit into from
Oct 16, 2023

Conversation

andrewwdye
Copy link
Contributor

Describe your changes

This change

  1. Updates boilerplate with gci go import formatting changes from Format and lint go imports with gci boilerplate#85 (not synced)
  2. Runs make goimports to sort go imports into exactly three sections
  3. Runs make lint to verify results

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2edc3bd) 59.52% compared to head (b6bb866) 59.43%.
Report is 2 commits behind head on master.

❗ Current head b6bb866 differs from pull request most recent head 0025603. Consider uploading reports for the commit 0025603 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4227      +/-   ##
==========================================
- Coverage   59.52%   59.43%   -0.09%     
==========================================
  Files         639      518     -121     
  Lines       54611    38120   -16491     
==========================================
- Hits        32506    22657    -9849     
+ Misses      19543    13221    -6322     
+ Partials     2562     2242     -320     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
flyteadmin/auth/auth_context.go 0.00% <ø> (ø)
flyteadmin/auth/authzserver/authorize.go 20.63% <ø> (-1.46%) ⬇️
flyteadmin/auth/authzserver/initialize.go 100.00% <ø> (ø)
flyteadmin/auth/authzserver/metadata.go 59.09% <ø> (+9.09%) ⬆️
flyteadmin/auth/authzserver/metadata_provider.go 75.00% <ø> (+3.76%) ⬆️
flyteadmin/auth/authzserver/provider.go 74.76% <ø> (+1.90%) ⬆️
flyteadmin/auth/authzserver/resource_server.go 49.23% <ø> (+3.34%) ⬆️
...yteadmin/auth/authzserver/stateless_token_store.go 38.80% <ø> (+3.86%) ⬆️
flyteadmin/auth/authzserver/token.go 58.82% <ø> (-2.05%) ⬇️
flyteadmin/auth/authzserver/utils.go 84.00% <ø> (+4.00%) ⬆️
... and 127 more

... and 449 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eapolinario eapolinario merged commit 4f6c54b into master Oct 16, 2023
35 of 36 checks passed
@eapolinario eapolinario deleted the lint-imports-admin branch October 16, 2023 17:17
squiishyy pushed a commit to squiishyy/flyte that referenced this pull request Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants