Skip to content

Conversation

@LinuxSuRen
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 30, 2023

There are 21 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/GetTestSuite 1.92758ms 1.92758ms 1.92758ms 1 1
tRPC Hello 540.953µs 540.953µs 540.953µs 1 1
See all test records
API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.128521ms 4.04183ms 1.703069ms 3 0
POST http://localhost:8080/server.Runner/GenerateCode 2.5981ms 2.5981ms 2.5981ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.568996ms 2.853925ms 2.130818ms 3 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.387816ms 2.387816ms 2.387816ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 2.331315ms 2.331315ms 2.331315ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.033337ms 2.627025ms 1.307016ms 3 0
POST http://localhost:8080/server.Runner/ListTestCase 1.993669ms 2.232062ms 1.755277ms 2 0
POST http://localhost:8080/server.Runner/GetTestSuite 1.92758ms 1.92758ms 1.92758ms 1 1
POST http://localhost:8080/server.Runner/ListCodeGenerator 1.737452ms 1.737452ms 1.737452ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.633275ms 1.633275ms 1.633275ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.344557ms 1.344557ms 1.344557ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.189519ms 1.189519ms 1.189519ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.066319ms 1.066319ms 1.066319ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.02583ms 1.02583ms 1.02583ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 1.002753ms 1.002753ms 1.002753ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.002714ms 1.250262ms 755.166µs 2 0
POST http://localhost:8080/server.Runner/GetVersion 982.929µs 982.929µs 982.929µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 933.083µs 933.083µs 933.083µs 1 0
POST http://localhost:8080/server.Runner/GetStores 699.166µs 699.166µs 699.166µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 646.372µs 646.372µs 646.372µs 1 0
tRPC Hello 540.953µs 540.953µs 540.953µs 1 1

Reported by api-testing.

@codacy-production
Copy link

codacy-production bot commented Nov 30, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+1.32% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (23355f9) 7062 5796 82.07%
Head commit (83c5ebe) 6823 (-239) 5690 (-106) 83.39% (+1.32%)

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 (#299) 5 5 100.00%

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

@sonarqubecloud
Copy link

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

github-actions bot commented Nov 30, 2023

There are 17 test cases:

See all test records
API Average Max Min Count Error
POST http://localhost:8080/server.Runner/CreateTestSuite 1.514409104s 3.025961257s 2.856952ms 10 0
POST http://localhost:8080/server.Runner/RunTestCase 6.428626ms 6.428626ms 6.428626ms 5 0
POST http://localhost:8080/server.Runner/UpdateTestCase 6.060213ms 6.060213ms 6.060213ms 5 0
GET http://localhost:8080/get 5.617354ms 5.617354ms 5.617354ms 5 0
GET http://localhost:8080/get?name=atest-store-git 5.011953ms 5.011953ms 5.011953ms 5 0
POST http://localhost:8080/server.Runner/CreateStore 4.884853ms 4.884853ms 4.884853ms 5 0
POST http://localhost:8080/server.Runner/GetTestCase 3.619022ms 3.710938ms 3.527106ms 10 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 3.137397ms 3.137397ms 3.137397ms 5 0
POST http://localhost:8080/server.Runner/CreateTestCase 2.355537ms 2.570648ms 2.140426ms 10 0
POST http://localhost:8080/server.Runner/DeleteTestCase 2.147593ms 2.147593ms 2.147593ms 5 0
POST http://localhost:8080/server.Runner/GetTestSuite 2.136313ms 2.136313ms 2.136313ms 5 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.330559ms 1.84625ms 814.869µs 10 0
GET http://localhost:8080/debug/pprof/cmdline 1.21271ms 1.21271ms 1.21271ms 5 0
POST http://localhost:8080/server.Runner/GetVersion 1.194439ms 1.194439ms 1.194439ms 5 0
GET http://localhost:8080/oauth2/token 1.047312ms 1.047312ms 1.047312ms 5 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 913.973µs 913.973µs 913.973µs 5 0
POST http://localhost:8080/server.Runner/PopularHeaders 857.558µs 857.558µs 857.558µs 5 0

e2e-testing

@LinuxSuRen LinuxSuRen merged commit ceebdee into master Nov 30, 2023
@LinuxSuRen LinuxSuRen deleted the test/github-report branch November 30, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants