meshkit icon indicating copy to clipboard operation
meshkit copied to clipboard

Failing Codecov build checks

Open leecalcote opened this issue 1 year ago β€’ 3 comments

Current Behavior

See the failing codecov checks here as an example of the issue - https://github.com/meshery/meshkit/actions/runs/12773435627/job/35612627610

Expected Behavior All Codecov checks should be passing or should be removed if they are no longer relevant.


Contributor Guides and Handbook

leecalcote avatar Jan 14 '25 20:01 leecalcote

Hey @leecalcote , I think from what i could get from a quick glimpse is that here this might be failing because Bitnami has moved to using OCI registries instead of plain HTTPS URLs for their charts like here I think this need to be looked deep into. I'm still exploring meshery codebase so apologies for any mis information :) THanks!

MAX-786 avatar Feb 23 '25 00:02 MAX-786

the other issue is this, and i think this is the file i suppose and after reading the error logs we can simply conclude that it expects ../core.json to be there but i don't see one. Again i am not meshkit codebase expert but this is just from a glimpse . Please feel free to correct me :) Thanks!

MAX-786 avatar Feb 23 '25 00:02 MAX-786

and lastly this logical error , it's a bit confusing because For the catalog_data case, ShouldPass (L79) is set to false, but the test error message indicates it got true when it wanted true , same goes for models case. Hope this might help pin pointing the issue.

MAX-786 avatar Feb 23 '25 00:02 MAX-786