Skip to content

Commit

Permalink
feat: add coverage/ci badges
Browse files Browse the repository at this point in the history
  • Loading branch information
platypusrex committed Sep 23, 2021
1 parent e6fc507 commit edbae93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:

- name: Build
run: yarn build

- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![npm Package](https://img.shields.io/npm/v/next-universal-cookies.svg)](https://www.npmjs.org/package/next-universal-cookies)
[![License](https://img.shields.io/npm/l/express.svg)](https://github.com/platypusrex/next-universal-cookies/blob/master/LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/platypusrex/next-universal-cookies/badge.svg?branch=chore/coveralls-github-action)](https://coveralls.io/github/platypusrex/next-universal-cookies?branch=chore/coveralls-github-action)
![CI](https://github.com/platypusrex/next-merge-props/workflows/CI/badge.svg)

A proper collection of cookie helpers for use on both the client and server in Next.js applications

Expand Down

0 comments on commit edbae93

Please sign in to comment.