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 3f4babb commit 3a51e86Copy full SHA for 3a51e86
.github/workflows/test.yml
@@ -48,8 +48,8 @@ jobs:
48
BROWSER_STACK_USERNAME: "${{ secrets.BROWSER_STACK_USERNAME }}"
49
50
- name: Run Coveralls
51
- run: npm run coveralls
52
- if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
53
- env:
54
- COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
55
- COVERALLS_GIT_BRANCH: "${{ github.ref }}"
+ uses: coverallsapp/github-action@master
+ if: matrix.node == 10
+ with:
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
+ path-to-lcov: "./js/coverage/lcov.info"
0 commit comments