Skip to content

Commit

Permalink
Merge pull request #27 from keep-starknet-strange/feat/adds-code-cov-…
Browse files Browse the repository at this point in the history
…badge-to-readme

adds badge to readme
  • Loading branch information
ZackAttax authored Feb 3, 2025
2 parents 8c6ed5b + 4ae150a commit 31a5c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tokenized Bond Smart Contract

[![codecov](https://codecov.io/gh/keep-starknet-strange/tokenized-bond/graph/badge.svg?token=QXMjYRYDOH)](https://codecov.io/gh/keep-starknet-strange/tokenized-bond)

Ejara smart contract implementation for tokenized bonds using the ERC-1155 standard, built with Cairo 1.0.

## Overview
Expand Down
1 change: 0 additions & 1 deletion tests/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub fn setup() -> ContractAddress {
}

pub fn setup_receiver() -> ContractAddress {
// let state = COMPONENT_STATE();
let mut calldata: Array<felt252> = array![];

declare_deploy("MockERC1155Receiver", calldata)
Expand Down

0 comments on commit 31a5c93

Please sign in to comment.