kubesaw / ksctl

ksctl is a command-line tool to manage your installation of KubeSaw
Apache License 2.0
4 stars 11 forks source link

KUBESAW-124: Makefile target for dependency validations #43

Closed fbm3307 closed 4 months ago

fbm3307 commented 4 months ago

This is to create makefile target for dependency validations in each repository so that this can be used to verify if there are any compilation issues after updating the dependencies of toolchain-common/api

Similar PRs

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 66.43%. Comparing base (b539753) to head (0ab2ca6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #43 +/- ## ======================================= Coverage 66.43% 66.43% ======================================= Files 41 41 Lines 2276 2276 ======================================= Hits 1512 1512 Misses 584 584 Partials 180 180 ```