Update coveralls GitHub Action

This commit is contained in:
Oliver Hamlet
2023-04-28 18:01:24 +01:00
parent 195bda0d7e
commit df1a4cd44b
+1 -4
View File
@@ -115,10 +115,7 @@ jobs:
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- name: Upload code coverage to Coveralls
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
uses: coverallsapp/github-action@v2
# Need to rebuild the FFI wrapper so that its binary is given a filename
# without a hash.