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

docs: fix param check #1694

Merged
merged 2 commits into from Dec 30, 2022
Merged

docs: fix param check #1694

merged 2 commits into from Dec 30, 2022

Conversation

ST-DDT
Copy link
Member

@ST-DDT ST-DDT commented Dec 27, 2022

Fix #1685

I changed the script so it no longer fails for missing nested descriptions.
Instead, I added a test that checks that the generated api-docs have proper descriptions for all params.

@ST-DDT ST-DDT added c: bug Something isn't working c: docs Improvements or additions to documentation p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug labels Dec 27, 2022
@ST-DDT ST-DDT added this to the v8.0 - Module Re-Shuffling milestone Dec 27, 2022
@ST-DDT ST-DDT requested review from a team December 27, 2022 16:11
@ST-DDT ST-DDT self-assigned this Dec 27, 2022
@codecov
Copy link

codecov bot commented Dec 27, 2022

Codecov Report

Merging #1694 (4fad9dd) into next (7f7e442) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 4fad9dd differs from pull request most recent head 2799356. Consider uploading reports for the commit 2799356 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1694   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files        2240     2240           
  Lines      240098   240101    +3     
  Branches     1068     1068           
=======================================
+ Hits       239239   239242    +3     
  Misses        838      838           
  Partials       21       21           
Impacted Files Coverage Δ
src/modules/helpers/index.ts 99.14% <100.00%> (+<0.01%) ⬆️

@ST-DDT ST-DDT requested a review from a team December 27, 2022 16:58
@ST-DDT ST-DDT enabled auto-merge (squash) December 30, 2022 18:57
@ST-DDT ST-DDT merged commit e296ff2 into next Dec 30, 2022
@ST-DDT ST-DDT deleted the docs/fix/param-check branch January 21, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working c: docs Improvements or additions to documentation p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Improve DX error message for scripts/apidoc/signature.ts
3 participants