Skip to content

Commit

Permalink
Use the coveralls action from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Dec 8, 2020
1 parent 442165d commit 9c80da8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -22,5 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run coveralls

- run: npm run build
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
</div>
</h1>

[![test](https://github.com/pghalliday/alarmist/workflows/test/badge.svg)]()
[![test](https://github.com/pghalliday/alarmist/workflows/test/badge.svg)](https://github.com/pghalliday/alarmist/actions?query=workflow%3Atest)
[![Coverage Status](https://coveralls.io/repos/github/pghalliday/alarmist/badge.svg?branch=master)](https://coveralls.io/github/pghalliday/alarmist?branch=master)

![alt Alarmist UI](https://raw.githubusercontent.com/pghalliday/alarmist/master/alarmist.png "Alarmist UI")
Expand Down

0 comments on commit 9c80da8

Please sign in to comment.