Skip to content

Commit b9b5dff

Browse files
committed
Revert "coverall parallel fix"
This reverts commit cb5e8b3.
1 parent cb5e8b3 commit b9b5dff

3 files changed

Lines changed: 2 additions & 25 deletions

File tree

.github/workflows/coveralls-finish.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
path-to-lcov: ./app_go/coverage.lcov
6262
flag-name: go
63-
parallel: true
63+
parallel: false
6464

6565
docker:
6666
name: Build and Push Docker Image

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
path-to-lcov: ./app_python/coverage.lcov
5252
flag-name: python
53-
parallel: true
53+
parallel: false
5454

5555
docker:
5656
name: Build and Push Docker Image

0 commit comments

Comments
 (0)