sidx1024 / report-nyc-coverage-github-action

GitHub Action that posts the report in a comment on a GitHub Pull Request from coverage data generated by nyc (istanbul)
MIT License
21 stars 10 forks source link

Replace deprecated set-output command #37

Closed jfkriz closed 1 year ago

jfkriz commented 1 year ago

As described in #38 , the set-output command used in the main.yml workflow file, and in the index.js action is being deprecated. This PR addresses both of those issues, and we are successfully using the updated version from my fork in our project, and the warnings about the deprecated command are gone.

Resolves #38.

sidx1024 commented 1 year ago

@jfkriz Thanks for the contribution!