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 send the report to github comment #298

Merged
merged 1 commit into from Nov 30, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Nov 30, 2023
Copy link

codacy-production bot commented Nov 30, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-1.38% 14.57%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (02f23fe) 6917 5780 83.56%
Head commit (98870e6) 7062 (+145) 5804 (+24) 82.19% (-1.38%)

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 (#298) 151 22 14.57%

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

Copy link

sonarcloud bot commented Nov 30, 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

Copy link

There are 21 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/GetTestSuite 1.571738ms 1.571738ms 1.571738ms 1 1
tRPC Hello 758.133µs 758.133µs 758.133µs 1 1
See all test records
API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/GetVersion 2.535134ms 3.255501ms 1.197043ms 3 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.350602ms 2.350602ms 2.350602ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.276001ms 2.992918ms 1.913876ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.18516ms 3.292059ms 1.104708ms 3 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.886838ms 1.886838ms 1.886838ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.861174ms 2.014474ms 1.707874ms 2 0
POST http://localhost:8080/server.Runner/GetTestCase 1.721271ms 1.721271ms 1.721271ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.672127ms 1.672127ms 1.672127ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.652744ms 1.652744ms 1.652744ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.572562ms 1.572562ms 1.572562ms 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 1.571738ms 1.571738ms 1.571738ms 1 1
POST http://localhost:8080/server.Runner/PopularHeaders 1.54911ms 1.54911ms 1.54911ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.295463ms 1.295463ms 1.295463ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.294283ms 1.294283ms 1.294283ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 1.070905ms 1.070905ms 1.070905ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 980.208µs 980.208µs 980.208µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 976.28µs 976.28µs 976.28µs 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 929.843µs 1.15866ms 701.027µs 2 0
tRPC Hello 758.133µs 758.133µs 758.133µs 1 1
POST http://localhost:8080/server.Runner/ListCodeGenerator 672.523µs 672.523µs 672.523µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 648.198µs 648.198µs 648.198µs 1 0

Reported by api-testing.

@LinuxSuRen LinuxSuRen merged commit 23355f9 into master Nov 30, 2023
16 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/github-comment branch November 30, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant