Skip to content

Commit 4b1db7b

Browse files
committedJul 11, 2020
Updated dependencies
1 parent 8f348a0 commit 4b1db7b

File tree

3 files changed

+1548
-652
lines changed

3 files changed

+1548
-652
lines changed
 

‎.github/workflows/CI-CD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run coverage
5454

5555
- name: Send code coverage results to Coveralls
56-
uses: coverallsapp/github-action@v1.0.1
56+
uses: coverallsapp/github-action@v1.1.0
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
parallel: true
@@ -65,7 +65,7 @@ jobs:
6565
needs: test
6666
steps:
6767
- name: Let Coveralls know that all tests have finished
68-
uses: coverallsapp/github-action@v1.0.1
68+
uses: coverallsapp/github-action@v1.1.0
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
parallel-finished: true

0 commit comments

Comments
 (0)
Failed to load comments.