We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f972f61 commit cf50487Copy full SHA for cf50487
.github/workflows/CI-CD.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: yarn test:node
49
50
- name: Send code coverage results to Coveralls
51
- uses: coverallsapp/github-action@v1.1.0
+ uses: coverallsapp/github-action@v2
52
with:
53
github-token: ${{ secrets.GITHUB_TOKEN }}
54
parallel: true
@@ -80,7 +80,7 @@ jobs:
80
run: yarn test:browser
81
82
83
84
85
86
@@ -94,7 +94,7 @@ jobs:
94
- browser_tests
95
steps:
96
- name: Let Coveralls know that all tests have finished
97
98
99
100
parallel-finished: true
0 commit comments