Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/color-print-0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed Apr 25, 2024
2 parents 7959b7a + 2c698b9 commit 67cc241
Show file tree
Hide file tree
Showing 36 changed files with 2,286 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
cargo tarpaulin --workspace \
-e regionx-node regionx-runtime \
--exclude-files **/mock.rs **/weights/* \
--exclude-files **/mock.rs **/weights/* **/weights.rs \
--out xml
- uses: codecov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: ./.github/actions/setup

- name: Install Rust
run: cargo install --git https://github.com/paritytech/psvm psvm
run: cargo install psvm@0.1.0
- name: Check Dependency Versions
run: |
chmod +x ./scripts/check-dependency-versions.sh
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ bin/
.DS_Store
.idea
.vscode

bin/

node_modules
**/package-lock.json
Loading

0 comments on commit 67cc241

Please sign in to comment.