Skip to content

Commit 7dedc67

Browse files
ci: fix code coverage workflow
1 parent ed34f13 commit 7dedc67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,15 @@ jobs:
3737
- name: Generate HTML coverage report
3838
run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
3939
- name: Coveralls upload
40-
uses: coverallsapp/github-action@master
40+
uses: coverallsapp/github-action@v2
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
file: ./coverage/lcov.info
44+
format: lcov
45+
# - name: Coveralls upload
46+
# uses: coverallsapp/github-action@master
47+
# with:
48+
# github-token: ${{ secrets.GITHUB_TOKEN }}
4349
- name: Upload artifact
4450
uses: actions/upload-artifact@v4
4551
with:

0 commit comments

Comments
 (0)