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:
Thomas Jensen 2023-04-29 14:58:00 +02:00
parent 24018c3f86
commit 286ec99c6d
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -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