-
Notifications
You must be signed in to change notification settings - Fork 48
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
Can't determine weight of collection. Assigning a value of 0 to every item. #32
Comments
If it helps, cloning and running tests yield some failures:
|
There appears to be valid data in both the revision and sloc reports in tmp. Potentially a problem with merge reports. There are missing paths from both reports but that’s normal right? There are certainly matching entries. I have no other complexity reports enabled. |
Uhh, turns out that this was misconfiguration on my part. I had set the repository.rootPath in the gulpfile to a subdirectory due to the structure of my repository. Despite the good name here, I decided to try before finding the include/excludePaths. For the most part, it worked fine but won't merge report correctly. |
The revision history isn't functioning correctly. The log indicates:
Empty log file ...
(this only occurs on first run after cleaning tmp)Can't determine weight of collection. Assigning a value of 0 to every item.
The symptoms of this are similar to #5. And it's worth mentioning that my git repository is migrated from TFS but the history looks just fine. The codebase is large (3M) and the full history has 58k lines if there's not date predicate.
I've tried modifying the code-maat options to with
-c git
and-c git2
but there's no difference. I'm new to both of these but it looks like the problem isn't in code-maat.I've also ran it on multiple environments and both linux and windows.
Would love a few pointers to help fix this problem.
The text was updated successfully, but these errors were encountered: