What would you like to be added?
Supplementary more unit tests for karpor server. The current project testing coverage is approximately 70%. You can execute the make cover to view it. The packages with zero coverage need to be supplemented with unit testing.

NOTE: When writing unit tests, you need to follow the Code Conventions
Why is this needed?
Need to rely on unit testing to ensure the overall quality of the project.
What would you like to be added?
Supplementary more unit tests for karpor server. The current project testing coverage is approximately 70%. You can execute the
make coverto view it. The packages with zero coverage need to be supplemented with unit testing.NOTE: When writing unit tests, you need to follow the Code Conventions
Why is this needed?
Need to rely on unit testing to ensure the overall quality of the project.