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 conditional verify #209

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

  • fix: the qps feature cannot work well
  • feat: add conditional verify support

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

sonarcloud bot commented Sep 6, 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

Repository owner deleted a comment from github-actions bot Sep 6, 2023
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 3.785069ms 3.785069ms 3.785069ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.30778ms 2.30778ms 2.30778ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.578587ms 1.578587ms 1.578587ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 1.566087ms 1.566087ms 1.566087ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.551087ms 1.924784ms 1.17739ms 2 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.491087ms 2.038783ms 943.392µs 2 0
POST http://localhost:8080/server.Runner/GetVersion 1.311289ms 1.311289ms 1.311289ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.309189ms 1.309189ms 1.309189ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.282589ms 1.282589ms 1.282589ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.14779ms 1.14779ms 1.14779ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.043792ms 1.043792ms 1.043792ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 969.892µs 969.892µs 969.892µs 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 850.493µs 850.493µs 850.493µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 707.394µs 707.394µs 707.394µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 692.394µs 692.394µs 692.394µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 580.095µs 580.095µs 580.095µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 573.595µs 573.595µs 573.595µs 1 0

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.18% 95.35%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (51bfd94) 5280 4480 84.85%
Head commit (7b05b1c) 5309 (+29) 4514 (+34) 85.03% (+0.18%)

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 (#209) 43 41 95.35%

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 80ceae3 into master Sep 6, 2023
11 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/conditional-verify branch September 6, 2023 06:14
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
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