Skip to content

Commit

Permalink
chore: setup codecov and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Feb 22, 2022
1 parent bf24cc0 commit 6bcd1b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -29,3 +29,6 @@ jobs:

- name: ▶️ Run build script
run: npm run build

- name: ⬆️ Upload karma coverage report
uses: codecov/codecov-action@v2
11 changes: 11 additions & 0 deletions README.md
@@ -1,6 +1,17 @@
Universal Serialize
-------------------

[![build status][build-badge]][build]
[![code coverage][coverage-badge]][coverage]
[![npm version][version-badge]][package]

[build-badge]: https://img.shields.io/github/workflow/status/krakenjs/universal-serialize/build?logo=github&style=flat-square
[build]: https://github.com/krakenjs/universal-serialize/actions?query=workflow:build
[coverage-badge]: https://img.shields.io/codecov/c/github/krakenjs/universal-serialize.svg?style=flat-square
[coverage]: https://codecov.io/github/krakenjs/universal-serialize/
[version-badge]: https://img.shields.io/npm/v/universal-serialize.svg?style=flat-square
[package]: https://www.npmjs.com/package/universal-serialize

Universal serializer and deserializer, which supports many build-in javascript types, and any number of custom types you want to support

## Simple serialization
Expand Down

0 comments on commit 6bcd1b2

Please sign in to comment.