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
Today, codehack-cli produce a cli output and badges. Badges can be disabled by cli option.
Like nyc does, it could produce output depending on selected reporters :
html (like html-coverage report)
json (all the results content dump in a json file)
badges
text (like the actual one in stdout, perhaps with an option like codehawk-cli already have to display all files or only the x worst)
text-summary (results.summary as text-output)
Today, it's hard for me to add a reporter matching my need without producing a bad smell code. Example in #115.
Reporters architecture could help me working/contributing on UI without understanding or breaking the complexity/maintainability code.
What do you think about it ?
The text was updated successfully, but these errors were encountered:
Today, codehack-cli produce a cli output and badges. Badges can be disabled by cli option.
Like nyc does, it could produce output depending on selected reporters :
Today, it's hard for me to add a reporter matching my need without producing a bad smell code. Example in #115.
Reporters architecture could help me working/contributing on UI without understanding or breaking the complexity/maintainability code.
What do you think about it ?
The text was updated successfully, but these errors were encountered: