mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-28 21:32:29 +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
|
||||
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 }}
|
Reference in New Issue
Block a user