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: auto locate to the last testcase #197

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

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

sonarcloud bot commented Sep 1, 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 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 2.585519ms 2.585519ms 2.585519ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.914232ms 1.914232ms 1.914232ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 1.313222ms 1.313222ms 1.313222ms 1 1
POST http://localhost:8080/server.Runner/GetStores 1.062356ms 1.062356ms 1.062356ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 1.058418ms 1.058418ms 1.058418ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 988.351µs 1.627527ms 349.176µs 2 1
POST http://localhost:8080/server.Runner/GetTestCase 969.116µs 969.116µs 969.116µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 818.613µs 818.613µs 818.613µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 707.111µs 707.111µs 707.111µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 701.011µs 701.011µs 701.011µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 699.051µs 699.051µs 699.051µs 1 0
POST http://localhost:8080/server.Runner/ListTestCase 671.111µs 959.715µs 382.507µs 2 1
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 623.71µs 623.71µs 623.71µs 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 512.109µs 512.109µs 512.109µs 1 1
POST http://localhost:8080/server.Runner/PopularHeaders 512.008µs 512.008µs 512.008µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 491.565µs 491.565µs 491.565µs 1 0
POST http://localhost:8080/server.Runner/GenerateCode 373.506µs 373.506µs 373.506µs 1 1

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.11% 83.33%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9efccb1) 5276 4472 84.76%
Head commit (aba9b85) 5283 (+7) 4472 (+0) 84.65% (-0.11%)

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 (#197) 12 10 83.33%

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 2bbb634 into master Sep 1, 2023
11 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/auto-locate-menu branch September 1, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-user The end-users might be interested in. ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant