Skip to content

Commit

Permalink
Merge pull request #19 from hirosystems/test/coverage-100
Browse files Browse the repository at this point in the history
test: targeting 100% coverage
  • Loading branch information
Ludo Galabru authored Oct 30, 2023
2 parents 032efcd + b27609a commit 8efde1e
Show file tree
Hide file tree
Showing 20 changed files with 1,812 additions and 1,440 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tests/* linguist-vendored
unit-tests/* linguist-vendored
* text=lf
27 changes: 14 additions & 13 deletions Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ description = ''
authors = []
telemetry = false
cache_dir = './.cache'
requirements = []

[[project.requirements]]
contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2'

[[project.requirements]]
contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-ecc-v1'

[[project.requirements]]
contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-merkle-tree-keccak160-v1'

[contracts.pyth-helper-v1]
path = 'contracts/pyth-helper-v1.clar'
clarity_version = 2
epoch = 2.4

[contracts.pyth-governance-v1]
path = 'contracts/pyth-governance-v1.clar'
Expand All @@ -21,7 +34,6 @@ path = 'contracts/pyth-store-v1.clar'
clarity_version = 2
epoch = 2.4


[contracts.pyth-pnau-decoder-v1]
path = 'contracts/pyth-pnau-decoder-v1.clar'
clarity_version = 2
Expand All @@ -42,17 +54,6 @@ path = 'contracts/wormhole/wormhole-traits-v1.clar'
clarity_version = 2
epoch = 2.4

[contracts.hk-cursor-v1]
path = 'contracts/hiro-kit/hk-cursor-v1.clar'
clarity_version = 2
epoch = 2.4

[contracts.hk-merkle-tree-keccak160-v1]
path = 'contracts/hiro-kit/hk-merkle-tree-keccak160-v1.clar'
clarity_version = 2
epoch = 2.4


[repl.analysis]
passes = ['check_checker']

Expand Down
133 changes: 0 additions & 133 deletions contracts/hiro-kit/hk-cursor-v1.clar

This file was deleted.

27 changes: 0 additions & 27 deletions contracts/hiro-kit/hk-merkle-tree-keccak160-v1.clar

This file was deleted.

Loading

0 comments on commit 8efde1e

Please sign in to comment.