Skip to content

Commit 42da432

Browse files
committed
Merge branch 'main' into greg/cnct-2438-add-multiwrap-and-loyaltycard-to-erc721contracttype
2 parents f0d75e4 + 9d3c8ac commit 42da432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- run: pnpm test
8989

90-
- name: Upload coverage reports to Codecov
90+
- name: Code Coverage
9191
uses: codecov/codecov-action@v5
9292
with:
9393
directory: packages/

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage:
55
target: auto
66
patch:
77
packages:
8-
target: auto
8+
target: 80%
99
flags:
1010
- packages
1111

0 commit comments

Comments
 (0)