edgehog-device-manager / edgehog-device-runtime

Edgehog Device Runtime is a portable middleware written in Rust, that enables remote device management on Linux-based systems.
Apache License 2.0
11 stars 10 forks source link

feat(ci): add vendor workflow #240

Closed joshuachp closed 7 months ago

joshuachp commented 1 year ago

Create a workflow that will be triggered on a new release and will trigger the vendoring workflow in the edgehog-device-runtime-third-party-vendor repository.

joshuachp commented 1 year ago

A new secret is needed VENDOR_TOKEN with read and write action access to the third party vendor repository, and then added as an action secret to this repository.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -1.18% :warning:

Comparison is base (843554a) 76.38% compared to head (bb4e694) 75.20%. Report is 17 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #240 +/- ## ========================================== - Coverage 76.38% 75.20% -1.18% ========================================== Files 25 26 +1 Lines 1228 1327 +99 ========================================== + Hits 938 998 +60 - Misses 290 329 +39 ``` [see 10 files with indirect coverage changes](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/240/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager)

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