Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove readme linkage #74

Closed
kankoyan opened this issue Aug 9, 2022 · 2 comments · Fixed by #76
Closed

Remove readme linkage #74

kankoyan opened this issue Aug 9, 2022 · 2 comments · Fixed by #76

Comments

@kankoyan
Copy link

kankoyan commented Aug 9, 2022

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

@MishaKav MishaKav linked a pull request Aug 9, 2022 that will close this issue
@MishaKav
Copy link
Owner

MishaKav commented Aug 9, 2022

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
Copy link
Author

kankoyan commented Aug 9, 2022

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants