ChakshuGautam / stencil

Microservices Boilerplate for SamagraX
https://stencil.samagra.io
MIT License
4 stars 5 forks source link

Added Github Workflow for Jest Coverage Check and Publishing to npm #32

Closed RyanWalker277 closed 8 months ago

RyanWalker277 commented 9 months ago

Fixes #5

For the jest coverage, I couldn't find anything that compares the difference between current coverage and PR coverage. So, in the proposed flow for now, after every commit the current coverage will be updated in the readme badge, and at every PR, a detailed coverage report will be generated. The readme badge can be used as a reference to compare the two coverages and spot any discrepancies.