Skip to content

Commit

Permalink
skip cc-test-reporter, will be added later
Browse files Browse the repository at this point in the history
try to set COVERAGE env variable
  • Loading branch information
scambra committed Sep 25, 2024
1 parent 9d4c6df commit 8e8f1dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
rails: '5.2'
- ruby: '3.2'
rails: '6.1'
env: COVERAGE=true
coverage: true
timeout-minutes: 60
env:
Expand All @@ -121,9 +122,10 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: env
- run: bundle exec rake
- run: "./cc-test-reporter after-build -t simplecov"
if: ${{ matrix.coverage }}
# - run: "./cc-test-reporter after-build -t simplecov"
# if: ${{ matrix.coverage }}
- uses: actions/[email protected]
if: success()
with:
Expand Down

0 comments on commit 8e8f1dd

Please sign in to comment.