mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01: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
|
||||
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path-to-lcov: out/lcov-total.info
|
||||
file: out/lcov-total.info
|
||||
format: lcov
|
||||
|
Loading…
Reference in New Issue
Block a user