Skip to content

Commit

Permalink
Update code_coverage.yml to use coverallsapp v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 authored Jan 16, 2025
1 parent b443321 commit bee0af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Generate coverage .info
run: cmake --build build --target coverage_report
- name: Post to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: build/lcov.info

0 comments on commit bee0af9

Please sign in to comment.