MishaKav / pytest-coverage-comment

Comments a pull request with the pytest code coverage badge and full report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove readme linkage

kankoyan opened this issue · 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!