Skip to content

Commit

Permalink
Merge pull request #882 from CosmWasm/update_deps
Browse files Browse the repository at this point in the history
chore: Update deps
  • Loading branch information
jawoznia authored Sep 27, 2023
2 parents 3624233 + cd1531a commit 6dbbafb
Show file tree
Hide file tree
Showing 21 changed files with 346 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
command: |
mkdir -p cov
docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin \
sh -c "cargo tarpaulin --skip-clean --frozen --engine llvm --out Xml --output-dir cov"
sh -c "cargo tarpaulin --skip-clean --frozen --engine llvm --out xml --output-dir cov"
- codecov/upload:
file: cov/cobertura.xml

Expand Down
Loading

0 comments on commit 6dbbafb

Please sign in to comment.