Skip to content

Commit

Permalink
Add Coveralls GitHub Action to build-n-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaes-farm committed Aug 11, 2023
1 parent 9a16ba9 commit fdd9bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
run: npm ci --omit=optional --ignore-scripts
- name: Lint and test repository
run: npm run verify
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

0 comments on commit fdd9bcd

Please sign in to comment.