这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@jordanshatford
Copy link
Contributor

closes: #320

@jordanshatford jordanshatford requested a review from mrlubos April 12, 2024 03:14
@changeset-bot
Copy link

changeset-bot bot commented Apr 12, 2024

🦋 Changeset detected

Latest commit: db93334

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hey-api/openapi-ts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Apr 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 12, 2024 5:36am

private _path: PathLike;

public constructor(path: string, header: boolean = true) {
public constructor(path: PathLike, header: boolean = true) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: we do not need to remove single files as writeFileSync will overwrite if already present.

@codecov
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.15%. Comparing base (a4b0c22) to head (db93334).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #362      +/-   ##
==========================================
- Coverage   84.15%   84.15%   -0.01%     
==========================================
  Files          73       73              
  Lines        4810     4809       -1     
  Branches      548      547       -1     
==========================================
- Hits         4048     4047       -1     
  Misses        761      761              
  Partials        1        1              
Flag Coverage Δ
unittests 84.15% <100.00%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jordanshatford jordanshatford merged commit 974dd72 into main Apr 12, 2024
@jordanshatford jordanshatford deleted the fix/deleting-whole-output-dir branch April 12, 2024 05:49
@github-actions github-actions bot mentioned this pull request Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete only generated files instead of whole output folder

3 participants