tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

add file parser #103 #104

Closed anirudhbagri closed 4 years ago

anirudhbagri commented 4 years ago

The file parser read a file and post the content as a comment on the PR. Will be useful in cases when we want to generate some kind of reports for a PR and publish it. Eg. Code Coverage comment or unit tests result in comment etc.

Signed-off-by: Anirudh_Bagri abagri@akamai.com

tomasbjerre commented 4 years ago

Releasing this in violation-comments-to-bitbucket-server-command-line now.