Open sloorush opened 3 years ago
Ready for review!
@kcalvinalvin @adiabat Please take a look at it 😄
Most of the code is the same right? It's a bit hard to review since there's removed lines that turn this into a decently sized change. Could you add those back in to minimize the lines of change?
Most of the code is the same right? It's a bit hard to review since there's removed lines that turn this into a decently sized change. Could you add those back in to minimize the lines of change?
YAML formatter suggested moving the steps by one indent ahead, so they were indented automatically Shifted them back to the previous indent! 😄
Tested. Looks good 👍
@adiabat @kcalvinalvin, this PR can be merged. 😅
@adiabat @kcalvinalvin, this PR can be merged. 😅
I don't have merge access to this repo. @adiabat?
what it does
Add goveralls that gives reports on test coverage of the project.
how it does
Currently covering package
accumulator
.It gives reports like this(below) on https://coveralls.io/
~## Need suggestion on Is there a better way to structure the workflows? Because right now, it runs the unit tests twice, which is not ideal or some way the job doesn't run out of memory.~
~edit: I found the issue of the Job getting cancelled, working on it~ edit: work done