Skip to content

Commit 5e46207

Browse files
Updated dependencies
1 parent b3dc232 commit 5e46207

File tree

3 files changed

+1214
-555
lines changed

3 files changed

+1214
-555
lines changed

.github/workflows/CI-CD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm run coverage
5656

5757
- name: Send code coverage results to Coveralls
58-
uses: coverallsapp/github-action@v1.0.1
58+
uses: coverallsapp/github-action@v1.1.0
5959
with:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
parallel: true
@@ -67,7 +67,7 @@ jobs:
6767
needs: test
6868
steps:
6969
- name: Let Coveralls know that all tests have finished
70-
uses: coverallsapp/github-action@v1.0.1
70+
uses: coverallsapp/github-action@v1.1.0
7171
with:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
parallel-finished: true

0 commit comments

Comments
 (0)