semantic-router
semantic-router copied to clipboard
refactor: the azure encorder file name
Update file name in Azure Encoder from "zure" to "azure" for improved code readability.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.20%. Comparing base (
2adf124
) to head (848b545
).
:exclamation: Current head 848b545 differs from pull request most recent head c0ab8dd. Consider uploading reports for the commit c0ab8dd to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #210 +/- ##
=======================================
Coverage 78.20% 78.20%
=======================================
Files 43 43
Lines 2234 2234
=======================================
Hits 1747 1747
Misses 487 487
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Yogendra0Sharma can you please change the title of the commit for this PR so that it can pass linting?
Should be as follows:
git reset HEAD~ # Add back your changes git add semantic_router/encoders/ git commit -m "<commit title under 60 char>" ...
Thank you!
Done ! Please review.
@bruvduroiu Please review this PR.