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: correct content-type for Postman API export #1144

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Conversation

tangcent
Copy link
Owner

fix #1143

@tangcent tangcent added the type: bug Something isn't working label Jun 29, 2024
Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.715%. Comparing base (a6fd903) to head (d1dc141).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1144       +/-   ##
===============================================
- Coverage     62.733%   62.715%   -0.018%     
+ Complexity      2372      2369        -3     
===============================================
  Files            254       255        +1     
  Lines          12314     12308        -6     
  Branches        3027      3026        -1     
===============================================
- Hits            7725      7719        -6     
  Misses          3008      3008               
  Partials        1581      1581               
Flag Coverage Δ
unittests 62.715% <100.000%> (-0.018%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...c/main/kotlin/com/itangcent/http/RawContentType.kt 100.000% <100.000%> (ø)
...ugin/api/export/postman/DefaultPostmanApiHelper.kt 69.262% <100.000%> (ø)
...ea/plugin/api/export/postman/PostmanApiExporter.kt 32.432% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6fd903...d1dc141. Read the comment docs.

@tangcent tangcent merged commit 02901d8 into master Jun 29, 2024
10 checks passed
@tangcent tangcent deleted the bugfix/postman branch June 29, 2024 12:45
@tangcent tangcent mentioned this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] PostMan 不能导出 Error Response:{"message":"The content-type is invalid."}
1 participant