Skip to content

Commit

Permalink
ci: add coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 26, 2021
1 parent 3a3d958 commit 2a4ed2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -22,7 +22,11 @@ jobs:
npm run bootstrap
npm run build --if-present
npm run lint
npm test
npm test -- --coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
CI: true

1 change: 1 addition & 0 deletions packages/purgecss/README.md
Expand Up @@ -4,6 +4,7 @@
![npm](https://img.shields.io/npm/dm/purgecss?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge)
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
[![Coverage Status](https://img.shields.io/coveralls/github/FullHuman/purgecss/main?style=for-the-badge)](https://coveralls.io/github/FullHuman/purgecss?branch=main)

<p align="center">
<img src="https://i.imgur.com/UEiUiJ0.png" height="200" width="200" alt="PurgeCSS logo"/>
Expand Down

0 comments on commit 2a4ed2f

Please sign in to comment.