Skip to content

Commit

Permalink
build: remove coveralls from build GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Jun 18, 2024
1 parent d53bb27 commit a599803
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ jobs:
run: npm install --no-optional
- name: Build
run: npm run build
- name: Coveralls
if: runner.os == 'Linux'
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ github.token }}
file: ./out/coverage/lcov.info

0 comments on commit a599803

Please sign in to comment.