MishaKav / pytest-coverage-comment

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

Remove readme linkage #74

Closed kankoyan closed 2 years ago

kankoyan commented 2 years ago

Hi, is there any config to remove the linkage between readme and the tag?

image
MishaKav commented 2 years ago

Just added the config that you asked for, you can use:

- name: Pytest Coverage Comment
  uses: MishaKav/pytest-coverage-comment@main
  with:
    remove-link-from-badge: true 

or use specific version

- name: Pytest Coverage Comment
  uses: MishaKav/pytest-coverage-comment@v1.1.31
  with:
    remove-link-from-badge: true 
kankoyan commented 2 years ago

thank you!