-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature: add JWTTokenGenerator test #2784
Conversation
Add JWTTokenGenerator unit test Solves PZ-5694
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.
license-eye has checked 2346 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
2040 | 1 | 305 | 0 |
Click to see the invalid file list
- src/test/kotlin/net/atos/client/util/JWTTokenGeneratorTest.kt
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #2784 +/- ##
=========================================
Coverage 42.16% 42.16%
Complexity 3476 3476
=========================================
Files 1336 1336
Lines 32271 32271
Branches 3045 3045
=========================================
Hits 13608 13608
Misses 17440 17440
Partials 1223 1223
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
nice!
Add JWTTokenGenerator unit test
Solves PZ-5694