Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helper-cli): Drop the obsolete command to create analyzer results #9224

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

fviernau
Copy link
Member

@fviernau fviernau commented Oct 1, 2024

The command had been introduced years ago to support migrating to a newer ScanCode version, e.g. scan already scanned packages with a newer ScanCode version to avoid performance dtemporary poor execution times due to no chache hits.

Nowadays the scanning is provenance based, so triggering a re-scan would be better done by provenance, as opposed to by package. So, remove the command, because it is no more appropriate.

@fviernau fviernau requested a review from a team as a code owner October 1, 2024 07:22
@fviernau fviernau enabled auto-merge (rebase) October 1, 2024 07:22
The command had been introduced years ago to support migrating to a
newer ScanCode version, e.g. scan already scanned packages with a newer
ScanCode version to avoid performance temporary poor execution times
due to no chache hits.

Nowadays the scanning is provenance based, so triggering a re-scan would
be better done by provenance, as opposed to by package. So, remove the
command, because it is no more appropriate.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
@fviernau fviernau force-pushed the helper-cli-delete-create-analyzer-result-command branch from 88f118b to 3f50356 Compare October 1, 2024 07:57
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.65%. Comparing base (d26e12f) to head (3f50356).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9224      +/-   ##
============================================
+ Coverage     67.10%   67.65%   +0.55%     
+ Complexity     1187     1185       -2     
============================================
  Files           240      239       -1     
  Lines          7904     7795     -109     
  Branches        908      899       -9     
============================================
- Hits           5304     5274      -30     
+ Misses         2232     2153      -79     
  Partials        368      368              
Flag Coverage Δ
funTest-docker 60.23% <ø> (ø)
funTest-non-docker 34.71% <ø> (+0.14%) ⬆️
test 37.07% <ø> (+0.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fviernau fviernau merged commit 38d88ab into main Oct 1, 2024
23 checks passed
@fviernau fviernau deleted the helper-cli-delete-create-analyzer-result-command branch October 1, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants