Closed doronkg closed 8 months ago
Attention: Patch coverage is 0%
with 25 lines
in your changes are missing coverage. Please review.
Project coverage is 47.20%. Comparing base (
4a79f02
) to head (6cda98e
).
Files | Patch % | Lines |
---|---|---|
pkg/kor/all.go | 0.00% | 25 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR aims to resolve #226. Currently when executing
GetUnusedAll()
with JSON format, instead of merging the two lists, it appends them. This also resolves theError parsing JSON: invalid character '{' after top-level value
returned fromkor exporter
.Before the fix:
After the fix: