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 importing from Postman #179

Merged
merged 3 commits into from
Aug 23, 2023
Merged

feat: support importing from Postman #179

merged 3 commits into from
Aug 23, 2023

Conversation

LinuxSuRen
Copy link
Owner

@LinuxSuRen LinuxSuRen commented Aug 23, 2023

See also the screenshot:

image

@codacy-production
Copy link

codacy-production bot commented Aug 23, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.14% 89.55%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (78f517c) 5078 4325 85.17%
Head commit (1cde5fb) 5196 (+118) 4418 (+93) 85.03% (-0.14%)

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 (#179) 134 120 89.55%

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

Repository owner deleted a comment from github-actions bot Aug 23, 2023
Repository owner deleted a comment from github-actions bot Aug 23, 2023
@github-actions
Copy link

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 2.502405ms 2.502405ms 2.502405ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 2.193105ms 2.193105ms 2.193105ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.502953ms 2.629006ms 376.901µs 2 1
POST http://localhost:8080/server.Runner/CreateTestSuite 1.075402ms 1.075402ms 1.075402ms 1 0
POST http://localhost:8080/server.Runner/ListConverter 948.502µs 948.502µs 948.502µs 1 0
POST http://localhost:8080/server.Runner/GetTestCase 922.102µs 922.102µs 922.102µs 1 0
POST http://localhost:8080/server.Runner/ListTestCase 908.502µs 1.267502ms 549.502µs 2 1
POST http://localhost:8080/server.Runner/GetTestSuite 878.902µs 878.902µs 878.902µs 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 872.802µs 872.802µs 872.802µs 1 0
POST http://localhost:8080/server.Runner/GetStores 859.202µs 859.202µs 859.202µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 807.702µs 807.702µs 807.702µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 709.601µs 709.601µs 709.601µs 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 573.402µs 573.402µs 573.402µs 1 0
POST http://localhost:8080/server.Runner/GenerateCode 560.802µs 560.802µs 560.802µs 1 1
POST http://localhost:8080/server.Runner/UpdateTestSuite 551.101µs 551.101µs 551.101µs 1 1
POST http://localhost:8080/server.Runner/GetVersion 510.601µs 510.601µs 510.601µs 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 378.901µs 378.901µs 378.901µs 1 1

@sonarcloud
Copy link

sonarcloud bot commented Aug 23, 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
1.2% 1.2% Duplication

Repository owner deleted a comment from github-actions bot Aug 23, 2023
@LinuxSuRen LinuxSuRen merged commit 98a8d5d into master Aug 23, 2023
8 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/postman branch August 23, 2023 08:32
@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Aug 30, 2023
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* chore(deps): update louislam/uptime-kuma docker tag to v1.22.0

* 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
backend enhancement New feature or request ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant