voiio / Sam

Sam – cuz your company is nothing without Sam
https://code.voiio.de/Sam/
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Fix Algolia import #126

Closed herrbenesch closed 2 weeks ago

herrbenesch commented 2 weeks ago

CI breaks on main because of a failing import with an updated algolia version.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 95.57%. Comparing base (d7505f2) to head (7695da2). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ======================================= Coverage 95.57% 95.57% ======================================= Files 19 19 Lines 610 610 ======================================= Hits 583 583 Misses 27 27 ```

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

herrbenesch commented 2 weeks ago

@codingjoe I'm not sure about this. What version of algoliasearch will be installed on prod?

herrbenesch commented 2 weeks ago

thanks @codingjoe and @amureki