Skip to content

Commit

Permalink
* Added changeset that depreates redeem minters.
Browse files Browse the repository at this point in the history
* Remove Redeem minter from coverage.
  • Loading branch information
oveddan committed Sep 14, 2023
1 parent cd2064c commit 8f01d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-horses-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoralabs/zora-1155-contracts": patch
---

Deprecate ZoraCreatorRedeemMinterStrategy at v1.0.1, a newer version will soon be released
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
lcov --rc lcov_branch_coverage=1 \
--remove lcov.info \
--output-file lcov.info "*node_modules*" "*test*" "*script*" "*DeploymentConfig*"
--output-file lcov.info "*node_modules*" "*test*" "*script*" "*DeploymentConfig*" "*Redeem*"
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v2
Expand Down

0 comments on commit 8f01d4b

Please sign in to comment.