Skip to content

Commit

Permalink
Apply security shield API (#340)
Browse files Browse the repository at this point in the history
API for applying Security Shield to entities (derive instances and set provisional sec config)
  • Loading branch information
CyonAlexRDX authored Jan 16, 2025
1 parent 51d850f commit 50f84ed
Show file tree
Hide file tree
Showing 148 changed files with 2,574 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
locked: true

- name: Code Coverage - Generate
run: cargo tarpaulin
run: cargo tarpaulin --out=Xml --force-clean

- name: Code Coverage - Upload to CodeCov.io
uses: RDXWorks-actions/codecov-action@main
Expand Down
10 changes: 5 additions & 5 deletions .tarpaulin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ exclude-files = [

"crates/sargon/src/lib.rs",
# Too many false negatives (macro usage)
"crates/sargon/src/profile/v100/address/non_fungible_resource_address.rs",
"crates/sargon/src/profile/v100/address/wrap_ret_address.rs",
"crates/sargon/src/wrapped_radix_engine_toolkit/high_level/sargon_specific_types/address_union.rs",
"crates/profile/models/profile_SPLIT_ME/src/profile/v100/address/non_fungible_resource_address.rs",
"crates/profile/models/profile_SPLIT_ME/src/profile/v100/address/wrap_ret_address.rs",
"crates/crypto/addresses/src/address/address_union.rs",
"crates/core/assert-json/src/assert_json.rs",
# Rest
"crates/sargon/src/bindgen/*",
"example/*",
Expand All @@ -22,8 +23,7 @@ exclude-files = [
]
verbose = false
timeout = "2m"
force-clean = true
locked = true
all-features = true
jobs = 1
out = ["Xml"]
out = ["Html"]
Loading

0 comments on commit 50f84ed

Please sign in to comment.