We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7748 commit 521b65fCopy full SHA for 521b65f
.github/workflows/ci.yml
@@ -95,9 +95,11 @@ jobs:
95
name: code-coverage
96
path: coverage
97
- name: Report code coverage
98
- uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b
+ # uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b
99
+ uses: bartosz347/github-actions-report-lcov@ef498d7ed37e40d1983f9d31559b2439411798ff
100
with:
101
coverage-files: coverage/lcov.*.info
- minimum-coverage: 99
102
+ minimum-coverage: 90
103
artifact-name: code-coverage-report
104
github-token: ${{ secrets.GITHUB_TOKEN }}
105
+ updateComment: true
0 commit comments