File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
22
npm run bootstrap
23
23
npm run build --if-present
24
24
npm run lint
25
- npm test
25
+ npm test -- --coverage
26
+ - name : Coveralls GitHub Action
27
+ uses : coverallsapp/github-action@1.1.3
28
+ with :
29
+ github-token : ${{ secrets.GITHUB_TOKEN }}
26
30
env :
27
31
CI : true
28
32
Original file line number Diff line number Diff line change 4
4
![ npm] ( https://img.shields.io/npm/dm/purgecss?style=for-the-badge )
5
5
![ GitHub] ( https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge )
6
6
![ Dependabot] ( https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge )
7
+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/github/FullHuman/purgecss/main?style=for-the-badge )] ( https://coveralls.io/github/FullHuman/purgecss?branch=main )
7
8
8
9
<p align =" center " >
9
10
<img src="https://i.imgur.com/UEiUiJ0.png" height="200" width="200" alt="PurgeCSS logo"/>
You can’t perform that action at this time.
0 commit comments