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(cli): expose apidoc option, silent #211

Merged
merged 1 commit into from
Jan 29, 2023
Merged

feat(cli): expose apidoc option, silent #211

merged 1 commit into from
Jan 29, 2023

Conversation

cdcabrera
Copy link
Owner

What's included

  • feat(cli): expose apidoc option, silent

Notes

  • recent apiDoc package upgrade exposed a more verbose output if apiDoc doesn't like your "quickly documented" annotations, we default apiDoc to silent but expose the option in the event you want to be notified

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ yarn
  2. $ yarn test
  3. confirm tests come back clean

Example

...

Updates issue/story

ongoing

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2023

Codecov Report

Merging #211 (ce9b905) into main (fdffaf2) will increase coverage by 0.12%.
The diff coverage is 62.50%.

❗ Current head ce9b905 differs from pull request most recent head 0211be2. Consider uploading reports for the commit 0211be2 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
+ Coverage   71.79%   71.91%   +0.12%     
==========================================
  Files           5        5              
  Lines         234      235       +1     
  Branches       85       86       +1     
==========================================
+ Hits          168      169       +1     
  Misses         57       57              
  Partials        9        9              
Impacted Files Coverage Δ
src/index.js 78.26% <62.50%> (+0.48%) ⬆️

Continue to review full report at Codecov.

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

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.

2 participants