You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you could not run the build or test for any reason, or the repo doesn't support mvn, then store -2 (And update documentation in ReadMe or data schema description) and log a failure
Unfortunately, I don't think there's a direct command you can use to give you the number of tests (At least that I know of and based on some quick searching) so I guess we have two options:
(1) grep for things in the output of mvn test
(2) count the number of @test annotations inside of java files in the test directory
If you could not run the build or test for any reason, or the repo doesn't support mvn, then store -2 (And update documentation in ReadMe or data schema description) and log a failure
https://github.com/ualberta-smr/code-owhadi-msr19/blob/1724d8a2ff6b334c0775a8498359ce892249d320/merge_excavator/code_quality.py#L33
The text was updated successfully, but these errors were encountered: