poetry install
poetry run repo-miner
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.
Browse through commits.
Dummy analyzer, to be improved.
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.
Browse through commits based on given file path.
To be improved.