ManoManoTech / homer

Homer is a Slack bot intended to help you to easily share and follow Gitlab merge requests.
MIT License
29 stars 8 forks source link

chore(api): use env var for base path url #34

Closed pfongkye closed 1 month ago

pfongkye commented 1 month ago

Use env var to define base path URL to give flexibility in defining API.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.63%. Comparing base (f1a9884) to head (7ede25e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ========================================== + Coverage 75.62% 75.63% +0.01% ========================================== Files 93 93 Lines 1883 1884 +1 Branches 366 365 -1 ========================================== + Hits 1424 1425 +1 Misses 429 429 Partials 30 30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

greg0ire commented 1 month ago

Thanks! Squashed!