Skip to content

Commit

Permalink
Gateway single crate (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX authored Apr 8, 2024
1 parent 0608f01 commit 84d778a
Show file tree
Hide file tree
Showing 109 changed files with 1,858 additions and 333 deletions.
2 changes: 0 additions & 2 deletions .envrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
locked: true

- name: Code Coverage - Generate
run: cargo tarpaulin --lib
run: cargo tarpaulin --all-targets

- name: Code Coverage - Upload to CodeCov.io
uses: RDXWorks-actions/codecov-action@main
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ tarpaulin-report.html
.build
build_rs_cov.profraw
cobertura.xml
jna-*.jar
.swiftpm/*
default.profraw
1 change: 0 additions & 1 deletion .tarpaulin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ exclude-files = [
"src/profile/v100/address/wrap_ret_address.rs",
"src/wrapped_radix_engine_toolkit/high_level/sargon_specific_types/address_union.rs",
# Rest
"tests/*",
"src/bindgen/*",
"example/*",
"target/*",
Expand Down
Loading

0 comments on commit 84d778a

Please sign in to comment.