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

feat: logger poc #3101

Closed
wants to merge 1 commit into from

feat: adds logger and tests, sets up logger, and initializes it in ro…

179743b
Select commit
Loading
Failed to load commit list.
Closed

feat: logger poc #3101

feat: adds logger and tests, sets up logger, and initializes it in ro…
179743b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

25.61% (+0.06%) compared to 59ee9e0

View this Pull Request on Codecov

25.61% (+0.06%) compared to 59ee9e0

Details

Codecov Report

Attention: Patch coverage is 18.18182% with 117 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/cmd/root.go 0.00% 76 Missing ⚠️
src/cmd/say/say.go 0.00% 12 Missing ⚠️
src/pkg/logger/logger.go 72.22% 10 Missing ⚠️
src/cmd/package.go 0.00% 9 Missing ⚠️
src/cmd/cmd.go 0.00% 6 Missing ⚠️
src/cmd/dev.go 0.00% 3 Missing ⚠️
src/cmd/common/viper.go 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/cmd/initialize.go 0.00% <ø> (ø)
src/cmd/common/viper.go 0.00% <0.00%> (ø)
src/cmd/dev.go 0.00% <0.00%> (ø)
src/cmd/cmd.go 0.00% <0.00%> (ø)
src/cmd/package.go 0.00% <0.00%> (ø)
src/pkg/logger/logger.go 72.22% <72.22%> (ø)
src/cmd/say/say.go 0.00% <0.00%> (ø)
src/cmd/root.go 0.00% <0.00%> (ø)