OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
383 stars 25 forks source link

bugfix/routing-function-type-support #116

Closed ndortega closed 1 year ago

ndortega commented 1 year ago

1.) Added support for router() functions when passed to routing functions 2.) had to remove inline function routing syntax to support the previous feature

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (f3af6c7) 97.70% compared to head (4db9344) 97.71%.

:exclamation: Current head 4db9344 differs from pull request most recent head 96b663e. Consider uploading reports for the commit 96b663e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #116 +/- ## ========================================== + Coverage 97.70% 97.71% +0.01% ========================================== Files 8 8 Lines 783 788 +5 ========================================== + Hits 765 770 +5 Misses 18 18 ``` | [Impacted Files](https://app.codecov.io/gh/ndortega/Oxygen.jl/pull/116?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+Ortega) | Coverage Δ | | |---|---|---| | [src/core.jl](https://app.codecov.io/gh/ndortega/Oxygen.jl/pull/116?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+Ortega#diff-c3JjL2NvcmUuamw=) | `97.90% <100.00%> (+0.04%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.