We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8627f4 commit bda16fdCopy full SHA for bda16fd
1 file changed
.github/workflows/code_coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Generate coverage .info
38
run: cmake --build build --target coverage_report
39
- name: Post to Coveralls
40
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
41
with:
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
path-to-lcov: build/lcov.info
0 commit comments