Skip to content

Commit

Permalink
fix(test): coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed May 14, 2024
1 parent 57f0898 commit 6a2c955
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: integration


on:
push:
branches:
Expand All @@ -9,7 +10,6 @@ on:
- master
workflow_dispatch: {}


jobs:

# Build bundle, doc and check linter
Expand Down Expand Up @@ -96,13 +96,16 @@ jobs:
run: npm ci

- name: Run unit tests
env:
COVERALLS_PARALLEL: true
run: npm run test-with-coverage_lcov

# Code coverage
- name: Coveralls
if: ${{ success() }}
uses: coverallsapp/github-action@master
with:
parallel-finished: true
github-token: ${{ secrets.GITHUB_TOKEN }}


Expand Down

0 comments on commit 6a2c955

Please sign in to comment.