Skip to content

Commit aa3cfbb

Browse files
committed
chore: re-enable coveralls
1 parent cf6b258 commit aa3cfbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
- name: Tests
7777
run: npm run test:ci -- --coverage=${{ matrix.runner == 'ubuntu-latest' }}
7878

79-
# - name: Coveralls
80-
# if: ${{ matrix.runner == 'ubuntu-latest'}}
81-
# uses: coverallsapp/[email protected]
82-
# with:
83-
# github-token: ${{ secrets.GITHUB_TOKEN }}
79+
- name: Coveralls
80+
if: ${{ matrix.runner == 'ubuntu-latest'}}
81+
uses: coverallsapp/[email protected]
82+
with:
83+
github-token: ${{ secrets.GITHUB_TOKEN }}
8484

8585
typedoc:
8686
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)