1 parent 3f3451c commit 3ea1051Copy full SHA for 3ea1051
1 file changed
.github/workflows/ci.yml
@@ -43,10 +43,9 @@ jobs:
43
- name: Test
44
run: npm run cover
45
46
- # Disabled due to Coveralls extended outage
47
- # - if: ${{ matrix.version == 'current' }}
48
- # name: Coveralls
49
- # uses: coverallsapp/github-action@v2
+ - if: ${{ matrix.version == 'current' }}
+ name: Coveralls
+ uses: coverallsapp/github-action@v2
50
51
# Cancel running workflows for the same branch when a new one is started.
52
concurrency:
0 commit comments