LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server
https://linuxsuren.github.io/api-testing/
Apache License 2.0
242 stars 50 forks source link

feat: support embed file upload #538

Closed LinuxSuRen closed 3 days ago

LinuxSuRen commented 3 days ago

We highly recommend you read the contributor's documentation before starting the review process especially since this is your first contribution to this project.

It was updated on 2024/5/27

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

github-actions[bot] commented 3 days ago

There are 1 test cases, failed count 0:

Name Average Max Min Count Error
9.931825ms 11.054383ms 9.355827ms 3 0

Reported by api-testing.

sonarcloud[bot] commented 3 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

codacy-production[bot] commented 3 days ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.12% (target: -1.00%) :x: 63.64% (target: 80.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (344ed1bb62c72e3d697f6cfbe868f83974f8542a) | 17366 | 7195 | 41.43% | | | Head commit (7c9765833ca6ce8e9b3d1544101a654d4525b11b) | 17791 (+425) | 7393 (+198) | 41.55% (**+0.12%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#538) | 11 | 7 | **63.64%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more