We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01780 commit d5f7b09Copy full SHA for d5f7b09
2 files changed
.github/workflows/build.yml
@@ -11,13 +11,6 @@ on:
11
workflow_dispatch:
12
13
jobs:
14
-
15
- node:
16
- runs-on: ubuntu-latest
17
18
- steps:
19
- - uses: actions/checkout@v2
20
21
java:
22
runs-on: ubuntu-latest
23
.github/workflows/coveralls.yml
@@ -46,6 +39,6 @@ jobs:
46
39
with:
47
40
github-token: ${{ secrets.github_token }}
48
41
flag-name: lssss-${{ github.run_number }}-java
49
- parallel: true
42
+ parallel: false
50
43
path-to-file: './target/coveralls.json'
51
44
coverage-format: raw
0 commit comments