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

Option delete-old-comments set to true does't delete old messages #46

Open
ivanzusko opened this issue Aug 5, 2022 · 2 comments
Open

Comments

@ivanzusko
Copy link

Firstly, thank you for such a cool action 👍

I've faced with the problem, that the delete-old-comments: true option doesn't delete the old messages:

image

Configuration:

- name: Post coverage report
        uses: romeovs/[email protected]
        with:
          lcov-file: "${{ env.WORKING_DIRECTORY }}/coverage/lcov_head.info"
          lcov-base: "${{ env.WORKING_DIRECTORY }}/coverage/lcov.info"
          github-token: "${{ secrets.SA_GITHUB_TOKEN }}"
          delete-old-comments: true
@pcothenet
Copy link

Looks like the same issue as #47

@fredrikaverpil
Copy link

You can use the same workaround as I posted in #47

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

No branches or pull requests

3 participants