-
Notifications
You must be signed in to change notification settings - Fork 15
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
Uncovered files and lines are not appearing in the comments. #290
Comments
@halitdogmen, ⭐3 XP earned, 🏆First Issue Created completed! |
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,
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! |
@abhishek1402, ⭐3 XP earned, 🏆First Comment Added completed! |
Hi @abhishek1402 and @harsh-clear! Can you please send your 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. |
Hi @vitaliimelnychuk The negative coverage result was expected because I intentionally deleted a previously written test to highlight the uncovered lines. I'm sending you the logs you requested. Thanks for your support |
@halitdogmen, ⭐3 XP earned, 🏆First Comment Added completed, 💪Level 1 achieved! |
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
The text was updated successfully, but these errors were encountered: