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(#72): implement static route #94

Merged
merged 3 commits into from
Sep 23, 2024
Merged

feat(#72): implement static route #94

merged 3 commits into from
Sep 23, 2024

Conversation

francescovallone
Copy link
Owner

Description

Add the possibility to define static routes to return instantly something.

Fixes #72

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 94.59459% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.78%. Comparing base (4e4f415) to head (73fd5a7).

Files with missing lines Patch % Lines
packages/serinus/lib/src/core/controller.dart 75.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #94      +/-   ##
===========================================
+ Coverage    90.74%   90.78%   +0.03%     
===========================================
  Files           77       77              
  Lines         2778     2810      +32     
===========================================
+ Hits          2521     2551      +30     
- Misses         257      259       +2     

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

@francescovallone francescovallone merged commit 0db5940 into develop Sep 23, 2024
8 checks passed
@francescovallone francescovallone deleted the feat/72 branch September 23, 2024 18:23
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.

1 participant