chore(ci): parallel coveralls

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-28 22:03:11 -04:00
parent 95137dbe5f
commit 3d4a1f849e
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -54,6 +54,7 @@ jobs:
path-to-lcov: ./.coverage/unit/lcov.info
flag-name: Unit
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
test-integrations-and-cover:
name: Integration Tests and Coverage
runs-on: ubuntu-latest
@ -80,4 +81,6 @@ jobs:
with:
path-to-lcov: ./.coverage/integration/lcov.info
flag-name: Integration
parallel: true
parallel-finished: true
github-token: ${{ secrets.GITHUB_TOKEN }}