We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a33c88 commit 3293c21Copy full SHA for 3293c21
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Tests
25
run: npm test
26
- name: Coveralls Parallel
27
- uses: coverallsapp/github-action@v1.1.3
+ uses: coverallsapp/github-action@v1.1.2
28
with:
29
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
30
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Coveralls
37
38
39
40
parallel-finished: true
0 commit comments