npedidos / rest-api

NPedidos es una aplicación que permite la gestión simple de pedidos de menús de comidas, por fechas.
MIT License
8 stars 16 forks source link

Github Actions configured for creating a test report & uploading it #4

Closed chinmaym07 closed 1 year ago

chinmaym07 commented 1 year ago

fixes: #3

nmarulo commented 1 year ago

Please set the latest version of Jacoco, the current one does not work in java 17, which causes it not to compile the project.

Also correct the report path (the value after --value-file), to ./target/site/jacoco/jacoco.xml as this is the file it generates and it is the same name of the file indicated in the deepsource docs.

nmarulo commented 1 year ago

please could you also check why you have so many modified lines in the pom.xml file, if you have only added 20 lines, it should not be like that:

image

chinmaym07 commented 1 year ago

Updated @nmarulo . Please check.

nmarulo commented 1 year ago

Great, thank you very much. It looks good