Open ivanzusko opened 2 years ago
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:
delete-old-comments: true
Configuration:
- name: Post coverage report uses: romeovs/lcov-reporter-action@v0.3.1 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
Looks like the same issue as #47
You can use the same workaround as I posted in #47
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:Configuration: