Skip to content

Commit

Permalink
fix(ci): tarpaulin cargo crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Mar 2, 2023
1 parent ae3ef5b commit 9d1931c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test rust code
run: cargo make test-coverage

- name: Upload coverage
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
files: ./lcov.info
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ install_crate = { rustup_component_name = "rustfmt" }
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = "--help" }

[tasks.install-tarpaulin]
install_crate = { crate_name = "tarpaulin" }
install_crate = { crate_name = "cargo-tarpaulin" }

[tasks.install-cosmwasm-check]
install_crate = { crate_name = "cosmwasm-check" }
Expand Down

0 comments on commit 9d1931c

Please sign in to comment.