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

mining logical coupling not work for my git logfile #75

Open
rainyu119 opened this issue Apr 21, 2021 · 2 comments
Open

mining logical coupling not work for my git logfile #75

rainyu119 opened this issue Apr 21, 2021 · 2 comments
Assignees
Labels

Comments

@rainyu119
Copy link

hi there, i run code maat coupling analysis with command '-a coupling' and get empty report
i wander if there any limitation for the logfile?
i had commited two files 4 times together, the expect result should be these two files 100% coupled, but the report is empty
looking forward your reply

@adamtornhill adamtornhill self-assigned this Apr 21, 2021
@adamtornhill
Copy link
Owner

Hi @rainyu119

code maat has thresholds that help you avoid false positives in larger systems. In case of change coupling, the relevant thresholds are --min-revs and --min-shared-revs. They are documented here: https://github.com/adamtornhill/code-maat#running-code-maat

Let me know if this helps.

@rainyu119
Copy link
Author

thanks for the quick reply, i tried this two commands, it works when i set them to a low level
and if i could know what's the default value for these two thresholds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants