mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-19 00:06:42 +02:00
Upgrade build workflow to use coverallsapp/github-action@v2
This fixes an out-of-memory problem and overcomes artifact size limitations in the old coveralls GitHub action.
This commit is contained in:
parent
24018c3f86
commit
286ec99c6d
5
.github/workflows/boxes.yml
vendored
5
.github/workflows/boxes.yml
vendored
@ -37,7 +37,8 @@ jobs:
|
|||||||
run: make covtest
|
run: make covtest
|
||||||
|
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path-to-lcov: out/lcov-total.info
|
file: out/lcov-total.info
|
||||||
|
format: lcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user