Skip to content

Commit

Permalink
Update coveralls app in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborschneider committed Nov 12, 2024
1 parent ece15d6 commit 7872bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run grcov
run: grcov . --binary-path target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../**' --ignore '/*' -o coverage.lcov
- name: Coveralls upload
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
files: ./coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7872bc7

Please sign in to comment.