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

Support Express Router in useApitally() #26

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Support Express Router in useApitally() #26

merged 2 commits into from
Jul 19, 2024

Conversation

itssimon
Copy link
Member

@itssimon itssimon commented Jul 19, 2024

Fixes #25

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

Attention: Patch coverage is 80.76923% with 10 lines in your changes missing coverage. Please review.

Project coverage is 89.37%. Comparing base (e250827) to head (da0a666).

Files Patch % Lines
src/express/listEndpoints.js 77.77% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   89.29%   89.37%   +0.07%     
==========================================
  Files          16       16              
  Lines        1411     1431      +20     
  Branches      144      144              
==========================================
+ Hits         1260     1279      +19     
  Misses        149      149              
- Partials        2        3       +1     

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

@itssimon itssimon merged commit e111560 into main Jul 19, 2024
38 of 39 checks passed
@itssimon itssimon deleted the express-router branch July 19, 2024 04:21
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.

Is there a way to add logging to specific routes on express?
1 participant