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:
parent
596abee168
commit
fc4539465d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user