Skip to content
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

feat: support to start plugin in the server sub-cmd #195

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added enhancement New feature or request backend to-user The end-users might be interested in. labels Aug 31, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 2.099155ms 2.099155ms 2.099155ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.787646ms 1.787646ms 1.787646ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.644442ms 1.644442ms 1.644442ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 1.424137ms 1.424137ms 1.424137ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.17963ms 2.014752ms 344.509µs 2 1
POST http://localhost:8080/server.Runner/GetTestCase 1.049427ms 1.049427ms 1.049427ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 816.021µs 816.021µs 816.021µs 1 0
POST http://localhost:8080/server.Runner/ListTestCase 804.67µs 1.18023ms 429.111µs 2 1
POST http://localhost:8080/server.Runner/ListConverter 802.82µs 802.82µs 802.82µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 802.521µs 802.521µs 802.521µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 703.218µs 703.218µs 703.218µs 1 1
POST http://localhost:8080/server.Runner/PopularHeaders 648.817µs 648.817µs 648.817µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 611.416µs 611.416µs 611.416µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 609.616µs 609.616µs 609.616µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 551.514µs 551.514µs 551.514µs 1 0
POST http://localhost:8080/server.Runner/GenerateCode 463.312µs 463.312µs 463.312µs 1 1
POST http://localhost:8080/server.Runner/ConvertTestSuite 421.11µs 421.11µs 421.11µs 1 1

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.25% 67.53%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c74eb67) 5230 4446 85.01%
Head commit (cfbeef5) 5276 (+46) 4472 (+26) 84.76% (-0.25%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#195) 77 52 67.53%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit 9efccb1 into master Aug 31, 2023
11 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/start-plugin-in-server branch August 31, 2023 01:53
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request to-user The end-users might be interested in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant