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: add graphql feature support #326

Merged
merged 1 commit into from
Dec 21, 2023
Merged

feat: add graphql feature support #326

merged 1 commit into from
Dec 21, 2023

Conversation

LinuxSuRen
Copy link
Owner

close #306 #208

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Dec 19, 2023
Copy link

github-actions bot commented Dec 19, 2023

There are 20 test cases, failed count 0:

See all test records
Name Average Max Min Count Error
GenerateCode 2.539252ms 2.539252ms 2.539252ms 1 0
createSuite 2.45613ms 2.45613ms 2.45613ms 1 0
2.216645ms 3.635514ms 993.714µs 9 0
query-funcs 2.214402ms 2.214402ms 2.214402ms 1 0
get-testcase-not-found 2.176873ms 2.176873ms 2.176873ms 1 0
ConvertTestSuite 1.976437ms 1.976437ms 1.976437ms 1 0
ListTestCase 1.704202ms 1.704202ms 1.704202ms 1 0
list-testcases-not-found 1.664241ms 1.664241ms 1.664241ms 1 0
UpdateTestSuite 1.477071ms 1.477071ms 1.477071ms 1 0
GetSecrets 1.293429ms 1.293429ms 1.293429ms 1 0
suites 1.246424ms 1.246424ms 1.246424ms 1 0
suite 1.080921ms 1.080921ms 1.080921ms 1 0
GetSuggestedAPIs-no-testsuite-found 1.02537ms 1.02537ms 1.02537ms 1 0
get-popular-headers 907.713µs 907.713µs 907.713µs 1 0
DeleteTestSuite 896.987µs 896.987µs 896.987µs 1 0
version 821.926µs 821.926µs 821.926µs 1 0
list-stores 725.036µs 725.036µs 725.036µs 1 0
DeleteTestSuiteNotFound 674.42µs 674.42µs 674.42µs 1 0
list-code-generators 664.805µs 664.805µs 664.805µs 1 0
listConverters 595.293µs 595.293µs 595.293µs 1 0

Reported by api-testing.

Copy link

codacy-production bot commented Dec 19, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.17% 91.25%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (cef376a) 12780 6231 48.76%
Head commit (f061481) 12835 (+55) 6280 (+49) 48.93% (+0.17%)

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 (#326) 80 73 91.25%

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

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

github-actions bot commented Dec 19, 2023

There are 22 test cases, failed count 0:

See all test records
Name Average Max Min Count Error
createSuite 3.025115886s 3.025115886s 3.025115886s 31 0
downloadTool 6.806102ms 6.806102ms 6.806102ms 31 0
downloadExtGit 5.07153ms 5.07153ms 5.07153ms 31 0
getTestCase 4.652696ms 4.652696ms 4.652696ms 31 0
runGRPCTestCase 3.817275ms 3.817275ms 3.817275ms 5 0
createTestCase 3.752977ms 3.752977ms 3.752977ms 31 0
updateTestCase 3.373375ms 3.373375ms 3.373375ms 5 0
createGRPCSuite 2.802705ms 2.802705ms 2.802705ms 31 0
updateSuite 2.657993ms 2.657993ms 2.657993ms 5 0
createGRPCTestCase 2.573323ms 2.573323ms 2.573323ms 31 0
getSuite 2.219236ms 2.219236ms 2.219236ms 5 0
CreateStore 2.135148ms 2.135148ms 2.135148ms 5 0
deleteTestCase 2.03782ms 2.03782ms 2.03782ms 5 0
getGRPCTestCase 2.022988ms 2.022988ms 2.022988ms 31 0
functionsQuery 1.256044ms 1.256044ms 1.256044ms 31 0
debugCmdLine 1.031144ms 1.031144ms 1.031144ms 5 0
oauth 812.357µs 812.357µs 812.357µs 5 0
popularHeaders 805.86µs 805.86µs 805.86µs 5 0
findUnknownFunction 671.505µs 671.505µs 671.505µs 31 0
listCodeGenerator 666.795µs 666.795µs 666.795µs 5 0
version 566.974µs 566.974µs 566.974µs 5 0
favicon 463.733µs 463.733µs 463.733µs 5 0

e2e-testing

@LinuxSuRen LinuxSuRen force-pushed the feat/graphql branch 4 times, most recently from 497b695 to de6342f Compare December 20, 2023 01:42
Copy link

sonarcloud bot commented Dec 21, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.1% Duplication on New Code

See analysis details on SonarCloud

@LinuxSuRen LinuxSuRen merged commit 1c5b72d into master Dec 21, 2023
15 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/graphql branch December 21, 2023 03:15
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* chore(deps): update postgres docker tag to v15.4

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
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.

Notice: Change the License from MIT to Apache
1 participant