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

chore: gofumpt #586

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: gofumpt #586

wants to merge 1 commit into from

Conversation

uhthomas
Copy link
Contributor

Format all Go files with gofumpt.

https://github.com/mvdan/gofumpt

gofumpt -extra -w .

Format all Go files with gofumpt.

https://github.com/mvdan/gofumpt

	gofumpt -extra -w .
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 38.96104% with 94 lines in your changes are missing coverage. Please review.

Project coverage is 31.40%. Comparing base (0febe3f) to head (9d124df).
Report is 96 commits behind head on master.

Files Patch % Lines
...end/pkg/database/scrutiny_repository_migrations.go 0.00% 26 Missing ⚠️
webapp/backend/pkg/database/scrutiny_repository.go 38.88% 11 Missing ⚠️
collector/pkg/collector/metrics.go 0.00% 9 Missing ⚠️
webapp/backend/pkg/config/config.go 0.00% 9 Missing ⚠️
...ase/scrutiny_repository_device_smart_attributes.go 0.00% 8 Missing ⚠️
webapp/backend/pkg/notify/notify.go 50.00% 7 Missing ⚠️
.../backend/pkg/database/scrutiny_repository_tasks.go 14.28% 6 Missing ⚠️
...nd/pkg/database/scrutiny_repository_temperature.go 16.66% 5 Missing ⚠️
collector/pkg/detect/devices_linux.go 0.00% 3 Missing ⚠️
...ckend/pkg/database/scrutiny_repository_settings.go 0.00% 2 Missing ⚠️
... and 7 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
- Coverage   32.54%   31.40%   -1.15%     
==========================================
  Files          54       29      -25     
  Lines        3045     2742     -303     
  Branches       66        0      -66     
==========================================
- Hits          991      861     -130     
+ Misses       2018     1842     -176     
- Partials       36       39       +3     
Flag Coverage Δ
unittests 31.40% <38.96%> (-1.15%) ⬇️

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

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

@AnalogJ
Copy link
Owner

AnalogJ commented Mar 12, 2024

I'm not 100% convinced this is required. Can you give me some addl context @uhthomas ?

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.

3 participants