nus-cs2103-AY1819S1 / forum

A repo to hold the issue tracker for module discussions
1 stars 1 forks source link

Reposense still doesn't detect my code despite following steps from previous issues to solve it #177

Closed neilish3re closed 5 years ago

neilish3re commented 5 years ago

Hi Prof @damithc , despite following all the suggestions above, Project Code Dashboard (BETA) reposense still doesnt detect my code. When I run reposense locally, all my code is detected correctly. Even my group member could detect my code when she ran reposense on her computer as well I even updated the config.json file to include my other possible authornames.

What else can I do?

park-sang-jun commented 5 years ago

Same here. The Project Code Dashboard does not reflect any of the commits I have made, but the report generated by running RepoSense locally correctly shows my commits.

damithc commented 5 years ago

Project Code Dashboard (BETA) is generated only at certain times. Please check the latest version (I generated it a few minutes ago) and let us know if your code is still not detected. Also note that your updated config.json file need to be pushed to your master branch for us to be able to use it.

neilish3re commented 5 years ago

The issue has been resolved after you generated Project Code Dashboard (BETA) again. Thanks Prof!