Nerzal / gocloak

golang keycloak client
Apache License 2.0
1.01k stars 275 forks source link

Add support for users-management-permissions get/put #463

Closed tomqwpl closed 7 months ago

tomqwpl commented 7 months ago

Issues/#462

tomqwpl commented 7 months ago

@Nerzal I'm assuming that the test failures on this PR are nothing to do with the changed code?

codecov[bot] commented 7 months ago

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (ba0216d) 77.26% compared to head (5776405) 76.69%. Report is 2 commits behind head on main.

Files Patch % Lines
client.go 0.00% 17 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #463 +/- ## ========================================== - Coverage 77.26% 76.69% -0.58% ========================================== Files 4 4 Lines 2261 2278 +17 ========================================== Hits 1747 1747 - Misses 345 362 +17 Partials 169 169 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Nerzal commented 7 months ago

LGTM, thank you for the contribution!