Skip to content

Commit

Permalink
Merge bdece91 into de6acb9
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Dec 18, 2023
2 parents de6acb9 + bdece91 commit b622ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
coverage = merge_coverage_counts(coverage)
@show covered_lines, total_lines = get_summary(coverage)
LCOV.writefile("./lcov.info", coverage)
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
Expand Down

0 comments on commit b622ab3

Please sign in to comment.