We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd031 commit 5f8ee06Copy full SHA for 5f8ee06
1 file changed
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Upload coverage to Coveralls
78
uses: coverallsapp/github-action@v2
79
with:
80
- path-to-lcov: lcov_filtered.info
+ path-to-lcov: lcov.info
81
82
sonarqube:
83
needs: build_and_test
0 commit comments