Skip to content

zappi/repo-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poetry install

poetry run repo-miner

Commit analyzer

Browse through commits with the given number and keyword in message. Currently, the message keyword is set to fix

Returns the result of how many test files have changed in total. However, it distinguishes commits so that it returns whether one or more test files have been modified in a commit.

Currently, writes commit hashes to a text file.

Test debt analyzer

Browse through commits.

Dummy analyzer, to be improved.

Code churn analyzer

Analyze and classify relative code churn, to indicate how much a file changes relative to its size, over time. By capturing the frequency of changes (lines added, deleted, or modified) as a ratio to each file’s total lines of code, this approach offers a way to assess the stability of different parts of the codebase. Files with high relative churn may indicate areas of potential instability, signaling higher volatility due to frequent adjustments or fixes.

File path analyzer

Browse through commits based on given file path.

To be improved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages