operator-framework / catalogd

On-cluster FBC catalog content server
Apache License 2.0
16 stars 32 forks source link

🐛 fix an erroneous e2e testdata path update #440

Closed grokspawn closed 1 month ago

grokspawn commented 1 month ago

When we pushed types updates recently, we totally expected to see the e2e-upgrade test fail since it pulls in the manifests from the latest release, and they changes were breaking.
However, we missed an erroneous update that was made to the e2e-upgrade test which presumed that the catalog data was an API access (which wasn't).

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 37.83%. Comparing base (67d3a34) to head (3de6fdf). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #440 +/- ## ======================================= Coverage 37.83% 37.83% ======================================= Files 15 15 Lines 1208 1208 ======================================= Hits 457 457 Misses 701 701 Partials 50 50 ```

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