mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Use latest version of tarpaulin in CI script
This commit is contained in:
parent
7591cee0d2
commit
bedfa376f5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
- uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
version: "0.18.0-alpha3"
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue