We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dc232 commit 5e46207Copy full SHA for 5e46207
.github/workflows/CI-CD.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: npm run coverage
56
57
- name: Send code coverage results to Coveralls
58
- uses: coverallsapp/github-action@v1.0.1
+ uses: coverallsapp/github-action@v1.1.0
59
with:
60
github-token: ${{ secrets.GITHUB_TOKEN }}
61
parallel: true
@@ -67,7 +67,7 @@ jobs:
67
needs: test
68
steps:
69
- name: Let Coveralls know that all tests have finished
70
71
72
73
parallel-finished: true
0 commit comments