1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Set coveralls flag-name via process ENV in CI workflow

This is a workaround until
https://github.com/coverallsapp/github-action/pull/58 is merged.
This commit is contained in:
Holger Just 2020-07-27 19:34:31 +02:00
parent 596abee168
commit fc4539465d

View File

@ -67,8 +67,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/lcov/rackstash.lcov
flag-name: rspec-${{ matrix.os }}-${{ matrix.ruby }}
parallel: true
env:
COVERALLS_FLAG_NAME: rspec-${{ matrix.os }}-${{ matrix.ruby }}
if: matrix.env.COVERAGE == 'true'
coveralls: