MishaKav / pytest-coverage-comment

Comments a pull request with the pytest code coverage badge and full report
MIT License
181 stars 60 forks source link

Move from node 12 to node 16 #88

Closed andypols closed 2 years ago

andypols commented 2 years ago

Using this action is now causing deprecation warnings.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

MishaKav commented 2 years ago

@andypols Thanks for letting me know. I fixed it and release new version that fix this warning, you can use:

- name: Pytest Coverage Comment
  uses: MishaKav/pytest-coverage-comment@main

or use a specific version

- name: Pytest Coverage Comment
  uses: MishaKav/pytest-coverage-comment@v1.1.36
andypols commented 2 years ago

@MishaKav Awesome - thanks