Skip to content

Commit 1c4c612

Browse files
committed
ci: Set version of coverallsapp/github-action. Use defaults.
1 parent aeb4811 commit 1c4c612

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- uses: taiki-e/install-action@cargo-llvm-cov
2424
- env:
2525
RUSTFLAGS: -Zon-broken-pipe=kill
26-
run: cargo llvm-cov --lcov --output-path lcov.info --no-cfg-coverage-nightly
26+
run: cargo llvm-cov --lcov --output-path coverage/lcov.info --no-cfg-coverage-nightly
2727
- if: matrix.os == 'ubuntu-latest'
28-
uses: coverallsapp/github-action@master
29-
with:
30-
github-token: ${{ secrets.GITHUB_TOKEN }}
31-
path-to-lcov: lcov.info
28+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)