Open halitdogmen opened 1 month ago
@halitdogmen, ⭐3 XP earned, 🏆First Issue Created completed! Contribute more to raise your XP/Level, complete challenges for extra achievements! [Sign up for personal dashboard]
Hi @halitdogmen, sure, let me have a look.
I see these two screenshots are very different, are they from the same application?
As a note also, this comment is sent based on Pull request files changes. If files were not changed in the PR than you wouldn't see those files in that section. This still doesn't explain why you have negative coverage and also 'all changes covered'.
Can you also send me logs from your github action execution?
Hi @halitdogmen, I am also experiencing the same issue as mentioned by the original poster. Our configurations are almost identical:
send-summary-comment: true
show-annotations: "warning"
We are using these two flags, but we’re not receiving the expected summary comment for uncovered files, nor are we seeing any annotations in the PR. Below are the logs from our GitHub Action execution.
@harsh-clear, ⭐3 XP earned, 🏆First Comment Added completed! Contribute more to raise your XP/Level, complete challenges for extra achievements! [Sign up for personal dashboard]
Same not able to see the uncovered files and lines also not getting any annotations using the following configuration
@abhishek1402, ⭐3 XP earned, 🏆First Comment Added completed! Contribute more to raise your XP/Level, complete challenges for extra achievements! [Sign up for personal dashboard]
Hi @abhishek1402 and @harsh-clear!
Can you please send your lcov-file
and base-lcov-file
?
I just wanted to make sure that you have any uncovered lines in the diff. The action compares only files that were changed in the PR. If you had more uncovered files in your files, but they were not part of the Pull request, you wouldn't have a comment added.
First of all, I'm not sure if the configurations are correct. I was running a simple test to integrate it into the pipelines, but I didn't get the expected result. I wanted to share this with you.
Job configuration is as follows.
The output in the comments is as follows. Expected Output:
Could you please help resolve this so that uncovered files and lines appear as expected in the comments?
Lcov Files: lcov-files.zip