sedge
sedge copied to clipboard
Issue when running Sedge with a non root user
Changes:
- Fix issue when running Sedge as a non root user.
Types of changes
What types of changes does your code introduce?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Other (please describe):
Testing
Requires testing
- [x] Yes
- [ ] No
In case you checked yes, did you write tests?
- [x] Yes
- [ ] No
Codecov Report
Patch coverage: 100.00% and project coverage change: +0.10 :tada:
Comparison is base (
844072a) 86.69% compared to head (48e5706) 86.80%.
Additional details and impacted files
@@ Coverage Diff @@
## develop #303 +/- ##
===========================================
+ Coverage 86.69% 86.80% +0.10%
===========================================
Files 78 78
Lines 4578 4614 +36
===========================================
+ Hits 3969 4005 +36
Misses 523 523
Partials 86 86
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 86.80% <100.00%> (+0.10%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| cli/actions/generation.go | 100.00% <100.00%> (ø) |
|
| cli/cli.go | 67.86% <100.00%> (ø) |
|
| cli/generate.go | 90.54% <100.00%> (ø) |
|
| cli/listClients.go | 100.00% <100.00%> (ø) |
|
| internal/pkg/clients/clients.go | 93.02% <100.00%> (ø) |
|
| internal/pkg/clients/types.go | 100.00% <100.00%> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.