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: add examples #539

Merged
merged 3 commits into from
Dec 7, 2023
Merged

docs: add examples #539

merged 3 commits into from
Dec 7, 2023

Conversation

Barbapapazes
Copy link
Member

@Barbapapazes Barbapapazes commented Sep 12, 2023

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Add examples to the repo.

  • Serve Static File

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@Barbapapazes Barbapapazes added the documentation Improvements or additions to documentation label Sep 12, 2023
@Barbapapazes Barbapapazes self-assigned this Sep 12, 2023
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Attention: 402 lines in your changes are missing coverage. Please review.

Comparison is base (39f9434) 82.46% compared to head (e80d777) 74.65%.

Files Patch % Lines
examples/first-server.ts 0.00% 47 Missing and 1 partial ⚠️
examples/router.ts 0.00% 42 Missing and 1 partial ⚠️
examples/status.ts 0.00% 42 Missing and 1 partial ⚠️
examples/errors.ts 0.00% 36 Missing and 1 partial ⚠️
examples/headers.ts 0.00% 34 Missing and 1 partial ⚠️
examples/cookies.ts 0.00% 30 Missing and 1 partial ⚠️
examples/handler-middleware.ts 0.00% 29 Missing and 1 partial ⚠️
examples/url-params.ts 0.00% 27 Missing and 1 partial ⚠️
examples/nested-router.ts 0.00% 26 Missing and 1 partial ⚠️
examples/body.ts 0.00% 22 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #539      +/-   ##
==========================================
- Coverage   82.46%   74.65%   -7.81%     
==========================================
  Files          34       47      +13     
  Lines        3843     4245     +402     
  Branches      560      573      +13     
==========================================
  Hits         3169     3169              
- Misses        672     1061     +389     
- Partials        2       15      +13     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@pi0 pi0 marked this pull request as ready for review December 7, 2023 12:59
@pi0 pi0 merged commit 53703dc into main Dec 7, 2023
4 of 6 checks passed
@pi0 pi0 deleted the docs/examples branch December 7, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants