We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4971749 commit 06c8a4bCopy full SHA for 06c8a4b
1 file changed
.github/workflows/build.yml
@@ -53,8 +53,20 @@ jobs:
53
54
- name: Upload coverage
55
if: '${{ matrix.node == env.NODE_VERSION }}'
56
- #uses: codecov/codecov-action@v5
57
uses: coverallsapp/github-action@v2
+ with:
58
+ parallel: true
59
+ flag-name: test-${{ matrix.os }}
60
+
61
+ finish:
62
+ needs: tests
63
+ if: ${{ always() }}
64
+ runs-on: ubuntu-latest
65
+ steps:
66
+ - name: Close parallel build
67
+ uses: coverallsapp/github-action@v2
68
69
+ parallel-finished: true
70
71
lint:
72
name: Lint
0 commit comments