mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Change to coveralls action (#8029)
* Change to coveralls action * Parallel coveralls
This commit is contained in:
parent
3f413c7bcf
commit
610745938b
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -49,7 +49,20 @@ jobs:
|
||||
npm run docs
|
||||
npm run typedoc
|
||||
npm pack
|
||||
- name: Publish Test Results
|
||||
run: cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
||||
shell: bash
|
||||
continue-on-error: true
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
flag-name: run-${{ matrix.os }}
|
||||
parallel: true
|
||||
|
||||
|
||||
finish:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user