Skip to content

Commit

Permalink
Merge pull request #22 from radixdlt/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX authored Nov 30, 2024
2 parents a3d1fa6 + 146fd13 commit 0c5f86f
Show file tree
Hide file tree
Showing 59 changed files with 8,345 additions and 750 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
tarpaulin-report.*
tarpaulin-report.*
Cargo.lock
6 changes: 5 additions & 1 deletion .tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[all]
exclude-files = ["src/types/sargon_types.rs", "src/testing/*", "src/samples/*"]
exclude-files = [
"crates/rules-uniffi/src/unneeded_when_moved_to_sargon.rs",
"crates/rules-uniffi/src/error_conversion.rs",
"crates/rules/src/move_to_sargon.rs",
]
verbose = false
force-clean = true
timeout = "2m"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Appendable",
"Banksy",
"bdfs",
"fsid",
"Fulfillable",
"interactor",
"Interactors",
Expand Down
Loading

0 comments on commit 0c5f86f

Please sign in to comment.