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

fix: cannot save store records #203

Merged
merged 1 commit into from Sep 6, 2023
Merged

fix: cannot save store records #203

merged 1 commit into from Sep 6, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added bug Something isn't working ui labels Sep 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 4, 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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.02% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3f2877e) 5283 4477 84.74%
Head commit (4b8520c) 5281 (-2) 4474 (-3) 84.72% (-0.02%)

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 (#203) 10 10 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

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/GetSuites 3.135198ms 3.135198ms 3.135198ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 2.460599ms 2.460599ms 2.460599ms 1 1
POST http://localhost:8080/server.Runner/GetStores 2.132099ms 2.132099ms 2.132099ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 2.010599ms 2.010599ms 2.010599ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 1.0931ms 1.0931ms 1.0931ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.015699ms 1.015699ms 1.015699ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 931.7µs 931.7µs 931.7µs 1 0
POST http://localhost:8080/server.Runner/ListTestCase 881.549µs 1.300899ms 462.2µs 2 1
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 863.3µs 863.3µs 863.3µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 825.699µs 825.699µs 825.699µs 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 792.9µs 792.9µs 792.9µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 784.8µs 784.8µs 784.8µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 741.3µs 741.3µs 741.3µs 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 687.949µs 918.3µs 457.599µs 2 1
POST http://localhost:8080/server.Runner/ConvertTestSuite 597.299µs 597.299µs 597.299µs 1 1
POST http://localhost:8080/server.Runner/GenerateCode 573.7µs 573.7µs 573.7µs 1 1
POST http://localhost:8080/server.Runner/ListCodeGenerator 567.2µs 567.2µs 567.2µs 1 0

@LinuxSuRen LinuxSuRen merged commit 51bfd94 into master Sep 6, 2023
11 checks passed
@LinuxSuRen LinuxSuRen deleted the fix/store-save branch September 6, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant