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