mirror of
https://github.com/Cameri/nostream.git
synced 2025-10-10 16:42:28 +02:00
chore(ci): parallel coveralls
This commit is contained in:
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
|||||||
path-to-lcov: ./.coverage/unit/lcov.info
|
path-to-lcov: ./.coverage/unit/lcov.info
|
||||||
flag-name: Unit
|
flag-name: Unit
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
parallel: true
|
||||||
test-integrations-and-cover:
|
test-integrations-and-cover:
|
||||||
name: Integration Tests and Coverage
|
name: Integration Tests and Coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -80,4 +81,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path-to-lcov: ./.coverage/integration/lcov.info
|
path-to-lcov: ./.coverage/integration/lcov.info
|
||||||
flag-name: Integration
|
flag-name: Integration
|
||||||
|
parallel: true
|
||||||
|
parallel-finished: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user