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 ed34f13 commit 7dedc67Copy full SHA for 7dedc67
.github/workflows/code_coverage.yml
@@ -37,9 +37,15 @@ jobs:
37
- name: Generate HTML coverage report
38
run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
39
- name: Coveralls upload
40
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
41
with:
42
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 }}
49
- name: Upload artifact
50
uses: actions/upload-artifact@v4
51
0 commit comments