Skip to content

Commit b27a4f5

Browse files
authored
actions-rs/tarpauliinを剥がす (#15)
1 parent ad4b469 commit b27a4f5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/general.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,13 @@ jobs:
157157
with:
158158
toolchain: stable
159159
override: true
160+
- name: Install cargo-binstall
161+
uses: taiki-e/install-action@cargo-binstall
162+
- name: Install cargo-tarpaulin
163+
run: cargo binstall cargo-tarpaulin@^0.23 --no-confirm
160164
- name: Run cargo-tarpaulin
161-
uses: actions-rs/[email protected]
162-
with:
163-
args: "--ignore-tests"
165+
run: |
166+
cargo tarpaulin --ignore-tests -o Xml
164167
- name: Upload to codecov.io
165168
uses: codecov/codecov-action@v1
166169
with:

0 commit comments

Comments
 (0)