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 (flytepropeller) #4225

Merged
merged 1 commit into from
Oct 16, 2023
Merged

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
  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 13, 2023

Codecov Report

All modified lines are covered by tests ✅

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

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4225      +/-   ##
==========================================
- Coverage   59.52%   59.37%   -0.15%     
==========================================
  Files         639      552      -87     
  Lines       54611    39904   -14707     
==========================================
- Hits        32506    23693    -8813     
+ Misses      19543    13878    -5665     
+ Partials     2562     2333     -229     
Flag Coverage Δ
unittests ?

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

Files Coverage Δ
flytepropeller/events/admin_eventsink.go 60.46% <ø> (-1.80%) ⬇️
flytepropeller/events/errors/errors.go 66.66% <ø> (+1.96%) ⬆️
flytepropeller/events/event_recorder.go 86.48% <ø> (+2.04%) ⬆️
flytepropeller/events/local_eventsink.go 66.66% <ø> (+1.96%) ⬆️
flytepropeller/events/node_event_recorder.go 78.12% <ø> (+0.07%) ⬆️
flytepropeller/events/task_event_recorder.go 78.12% <ø> (+0.07%) ⬆️
flytepropeller/events/workflow_event_recorder.go 78.12% <ø> (+0.07%) ⬆️
flytepropeller/manager/manager.go 46.62% <ø> (-1.55%) ⬇️
...lytepropeller/manager/shardstrategy/environment.go 90.47% <ø> (-1.53%) ⬇️
flytepropeller/manager/shardstrategy/hash.go 92.85% <ø> (-1.27%) ⬇️
... and 93 more

... and 479 files with indirect coverage changes

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

@andrewwdye andrewwdye force-pushed the lint-imports-propeller branch from 7259a31 to d078817 Compare October 13, 2023 23:14
@eapolinario eapolinario merged commit d03a0bc into master Oct 16, 2023
35 of 36 checks passed
@eapolinario eapolinario deleted the lint-imports-propeller branch October 16, 2023 17:16
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