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

Minor readme improvements #100

Closed AlexanderLanin closed 2 years ago

AlexanderLanin commented 2 years ago

I was struggling a little to set this action up correctly. Maybe these small improvements will help someone else.

MishaKav commented 2 years ago

Thanks for the improvements, I will release a new version with these updates next time.

MishaKav commented 2 years ago

New version is released:

- 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.40

Big thanks for the contribution )