mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): parallel coveralls
This commit is contained in:
parent
95137dbe5f
commit
3d4a1f849e
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 }}
|
Loading…
x
Reference in New Issue
Block a user