codacy / codacy-coverage-reporter

Multi-language coverage reporter for Codacy
https://www.codacy.com
Other
135 stars 94 forks source link

Parser Error but Coverage received successfully #69

Closed yael-lorenzo closed 6 years ago

yael-lorenzo commented 6 years ago

After running

java -cp ~/Downloads/codacy-coverage-reporter-2.0.2-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r ./app/build/reports/coverage/debug/report.xml

The log result is . . .

2018-02-07 11:32:06,355 %PARSER_ERROR[coloredLevel] com.codacy Parsing coverage data...
2018-02-07 11:32:06,641 %PARSER_ERROR[coloredLevel] com.codacy Uploading coverage data...
2018-02-07 11:32:08,649 %PARSER_ERROR[coloredLevel] com.codacy Coverage data uploaded. RequestSuccess(Coverage received successfully.)

Which is not clear, if error how is it received successfully?

rtfpessoa commented 6 years ago

@yael-lorenzo-olx that seems fine regarding coverage.

The problem seems related to the logger formatter. So it should not affect the functionality.

Can you confirm that it appears on the UI? If you have any problem I would suggest sending a message through support at codacy dot com for them to check the project since the problem does not seem to be related to this repository specifically.

yael-lorenzo commented 6 years ago

Thanks @rtfpessoa, I am still facing other issues. I will check and let you know closing the issue. Thanks.

yael-lorenzo commented 6 years ago

Working!