Skip to content

Commit

Permalink
chore: upload coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Feb 5, 2025
1 parent fccbe75 commit 341f47d
Show file tree
Hide file tree
Showing 4 changed files with 1,059 additions and 276 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:
with:
node-version-file: '.nvmrc'


- run: |
npm clean-install
npm run check
npm run test
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: lcov.info

prettier-check:
name: Prettier check
runs-on: ubuntu-22.04
Expand Down
Loading

0 comments on commit 341f47d

Please sign in to comment.