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 55fe6e7 commit d2a7a65Copy full SHA for d2a7a65
.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@f350da2c033043742f89e8c0b7b5145a1616da6d
+ uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
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