Skip to content

Commit

Permalink
ci: add coveralls github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Jan 4, 2024
1 parent abbd90b commit 96ea6cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint_and_test.yml
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: Test
run: npm test

- name: Coverage
run: npm run test:coverage && cat ./coverage/lcov.info | npx coveralls --verbose
- name: Run test to generate coverage
run: npm run test:coverage

- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 96ea6cc

Please sign in to comment.