We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd26c94 commit 52bacc1Copy full SHA for 52bacc1
.github/workflows/ci-cd.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: npm run coverage
47
48
- name: Send code coverage results to Coveralls
49
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
+ uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
50
with:
51
parallel: true
52
flag-name: Node.js ${{ matrix.node-version }} / ${{ matrix.os }}
@@ -58,7 +58,7 @@ jobs:
58
needs: test
59
steps:
60
- name: Let Coveralls know that all tests have finished
61
62
63
parallel-finished: true
64
0 commit comments