MishaKav/pytest-coverage-comment

Remove readme linkage

kankoyan opened this issue · 2 comments

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

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 

thank you!