Skip to content

Commit

Permalink
Merge pull request #3966 from iron-fish/staging
Browse files Browse the repository at this point in the history
STAGING -> MASTER
  • Loading branch information
hughy authored Jun 14, 2023
2 parents ccc100a + 1a0a7e6 commit b887f51
Show file tree
Hide file tree
Showing 85 changed files with 3,761 additions and 2,901 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
wget -O tarpaulin.tar.gz https://github.com/xd009642/tarpaulin/releases/download/0.22.0/cargo-tarpaulin-0.22.0-travis.tar.gz
tar -xzf tarpaulin.tar.gz
mv cargo-tarpaulin ~/.cargo/bin/
cargo tarpaulin -p ironfish_rust --release --out Xml --avoid-cfg-tarpaulin --skip-clean --timeout 180 -- --test-threads 1
cargo tarpaulin -p ironfish --release --out Xml --avoid-cfg-tarpaulin --skip-clean --timeout 180 -- --test-threads 1
# Upload code coverage to Codecov
- name: Upload to codecov.io
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lerna-debug.log*
.pnp.*

# rust build artifacts
**/target/*
**/target
*.node

# ironfish-cli
Expand Down
Loading

0 comments on commit b887f51

Please sign in to comment.