Skip to content

Commit b2c5f68

Browse files
authored
Merge pull request #5 from BitcreditProtocol/feat/add-codecov
ci: add Codecov
2 parents 6aadf75 + 02c6c76 commit b2c5f68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333

3434
- name: Build
3535
run: npm run build
36+
37+
- name: Upload coverage to Codecov
38+
uses: codecov/codecov-action@v5
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)