Skip to content

Commit

Permalink
Add Coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
akselinurmio committed May 18, 2021
1 parent 5a3b1f9 commit 635e727
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run tests
name: Test

on: [push, pull_request]

jobs:
test:
name: Run tests for Node.js ${{ matrix.node }}
name: Test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -17,3 +17,5 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 635e727

Please sign in to comment.