apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

fix: base-ref/head-ref missed in dependency-review on schedule push #304

Closed msgui closed 6 months ago

msgui commented 6 months ago

Purpose of the PR

Because the scheduled task default to running on the master branch, the related parameters (base_ref/head_ref) were missing

image img_v3_028l_89f40cef-02e6-4381-a45d-4ab0b0c1f1cg image

ref:

  1. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
  2. #516

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 85.17%. Comparing base (e0b484a) to head (6c18e4f). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #304 +/- ## ============================================ + Coverage 85.03% 85.17% +0.14% - Complexity 3296 3299 +3 ============================================ Files 349 349 Lines 12485 12461 -24 Branches 1130 1123 -7 ============================================ - Hits 10616 10614 -2 + Misses 1329 1306 -23 - Partials 540 541 +1 ```

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