Skip to content

Commit

Permalink
test: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaishankar committed Oct 4, 2024
1 parent 94bf3cf commit 16cc1ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run typecheck
- run: npm test
- run: npm test
- name: Run coverage
run: npm run coverage
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![version(scoped)](https://img.shields.io/npm/v/pukka.svg)](https://www.npmjs.com/package/pukka)
[![codecov](https://codecov.io/gh/ajaishankar/pukka/graph/badge.svg?token=2O9DD5SEUJ)](https://codecov.io/gh/ajaishankar/pukka)

# pukka!

pukka is a Typescript schema-first, zod compatible, headless validation library.
Expand Down

0 comments on commit 16cc1ab

Please sign in to comment.