barecheck / code-coverage-action

GitHub Action that generates code coverage reports
https://barecheck.com
MIT License
61 stars 14 forks source link

Uncovered files and lines are not appearing in the comments. #290

Open halitdogmen opened 5 hours ago

halitdogmen commented 5 hours ago

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.

- name: Generate Code Coverage Report
  id: code-coverage
  uses: barecheck/code-coverage-action@v1
  with:
    barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
    lcov-file: "source_coverage.lcov.info"
    base-lcov-file: "target_coverage.lcov.info"
    send-summary-comment: true
    show-annotations: "warning"

The output in the comments is as follows. image Expected Output: image

Could you please help resolve this so that uncovered files and lines appear as expected in the comments?

Lcov Files: lcov-files.zip

devactivity-app[bot] commented 5 hours 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]

icon