Skip to content

Commit

Permalink
Merge pull request #28 from paperhive/feature/re-enable-codecov
Browse files Browse the repository at this point in the history
Re-enable codecov
  • Loading branch information
andrenarchy authored Mar 26, 2021
2 parents b640d20 + d6fd79e commit 533068c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 253 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run test-cover
- uses: codecov/codecov-action@v1
- run: npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm version](https://badge.fury.io/js/fefe.svg)](https://badge.fury.io/js/fefe)
[![Test status](https://github.com/paperhive/fefe/actions/workflows/test.yaml/badge.svg)](https://github.com/paperhive/fefe/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/paperhive/fefe/branch/master/graph/badge.svg)](https://codecov.io/gh/paperhive/fefe)
[![codecov](https://codecov.io/gh/paperhive/fefe/branch/main/graph/badge.svg?token=OZcHEYFYrQ)](https://codecov.io/gh/paperhive/fefe)

Validate, sanitize and transform values with proper TypeScript types and with zero dependencies.

Expand Down
Loading

0 comments on commit 533068c

Please sign in to comment.