Project

General

Profile

action #64688

Updated by riafarov almost 4 years ago

The original ticket: https://progress.opensuse.org/issues/47894 
 is mentioning a constant check for unused modules. What the implemented check is doing, is verifying on every push build, that all modules in repository are used somewhere. This looks like an overkill as it takes about 4 minutes to be completed. We could investigate if this can be replaced by a more targeted check on the particular push and additionally a complete check running daily (like a cron job) that will parse the whole repository. 

 ## Acceptance criteria 
 1. Unused modules detection is performed on the scope of the changes in the PR only

Back