-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.

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
vitaliimelnychuk
Metadata
Metadata
Assignees
Labels
No labels