Madrapps / jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request
https://github.com/marketplace/actions/jacoco-report
MIT License
144 stars 63 forks source link

Tech Debt - Migrate from JS to TS #48

Closed thsaravana closed 1 year ago

thsaravana commented 1 year ago

Working with Javascript is a bit tricky and I think Typescript is much safer. Refer to this and migrate this repo to Typescript.

instrap commented 1 year ago

@thsaravana Once this is done, we can directly merge this to main since there is no change to README.md. This will ensure that other contributors can raise PR against the TS version and not the current JS version.