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 cf6b258 commit aa3cfbbCopy full SHA for aa3cfbb
.github/workflows/build.yml
@@ -76,11 +76,11 @@ jobs:
76
- name: Tests
77
run: npm run test:ci -- --coverage=${{ matrix.runner == 'ubuntu-latest' }}
78
79
- # - name: Coveralls
80
- # if: ${{ matrix.runner == 'ubuntu-latest'}}
81
- # uses: coverallsapp/[email protected]
82
- # with:
83
- # github-token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Coveralls
+ if: ${{ matrix.runner == 'ubuntu-latest'}}
+ uses: coverallsapp/[email protected]
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
84
85
typedoc:
86
runs-on: [ubuntu-latest]
0 commit comments