-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix lint in config, dispatcher #461
Conversation
$ make coverage
? github.com/dsrvlabs/vatz [no test files]
# github.com/dsrvlabs/vatz/manager/plugin.test
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
# github.com/dsrvlabs/vatz/cmd.test
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
ok github.com/dsrvlabs/vatz/cmd 7.287s coverage: 20.2% of statements
ok github.com/dsrvlabs/vatz/manager/api 1.071s coverage: 0.0% of statements [no tests to run]
ok github.com/dsrvlabs/vatz/manager/config 0.533s coverage: 77.8% of statements
ok github.com/dsrvlabs/vatz/manager/dispatcher 2.426s coverage: 7.2% of statements
ok github.com/dsrvlabs/vatz/manager/executor 1.389s coverage: 68.9% of statements
ok github.com/dsrvlabs/vatz/manager/healthcheck 2.069s coverage: 46.5% of statements
ok github.com/dsrvlabs/vatz/manager/plugin 15.692s coverage: 51.1% of statements
? github.com/dsrvlabs/vatz/manager/types [no test files]
? github.com/dsrvlabs/vatz/mocks [no test files]
ok github.com/dsrvlabs/vatz/monitoring/prometheus 1.705s coverage: 0.0% of statements
ok github.com/dsrvlabs/vatz/rpc 3.818s coverage: 67.2% of statements
ok github.com/dsrvlabs/vatz/utils 0.692s coverage: 7.1% of statements
|
@meetrick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. Type of change
Please delete options that are not relevant.
2. Summary
Related:
#344
Summary
Fix lint in config, dispatcher
3. Comments