diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f78fb7c..f919951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: