Skip to content

Commit 4283b8c

Browse files
committed
chore(ci): set JRUBY_OPTS="--debug" for more accurate coverage
1 parent 1470de3 commit 4283b8c

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/sentry_delayed_job_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
RUBYOPT: ${{ matrix.options.rubyopt }}
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-delayed_job/Gemfile
3030
BUNDLE_WITHOUT: rubocop
31+
JRUBY_OPTS: "--debug" # For more accurate coverage
3132
strategy:
3233
fail-fast: false
3334
matrix:

.github/workflows/sentry_opentelemetry_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-opentelemetry/Gemfile
3030
BUNDLE_WITHOUT: rubocop
3131
OPENTELEMETRY_VERSION: ${{ matrix.opentelemetry_version }}
32+
JRUBY_OPTS: "--debug" # For more accurate coverage
3233
strategy:
3334
fail-fast: false
3435
matrix:

.github/workflows/sentry_rails_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-rails/Gemfile
2626
BUNDLE_WITHOUT: rubocop
2727
RAILS_VERSION: ${{ matrix.rails_version }}
28+
JRUBY_OPTS: "--debug" # For more accurate coverage
2829
strategy:
2930
fail-fast: false
3031
matrix:

.github/workflows/sentry_resque_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
RUBYOPT: ${{ matrix.options.rubyopt }}
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-resque/Gemfile
3030
BUNDLE_WITHOUT: rubocop
31+
JRUBY_OPTS: "--debug" # For more accurate coverage
3132
strategy:
3233
fail-fast: false
3334
matrix:

.github/workflows/sentry_ruby_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
BUNDLE_WITHOUT: rubocop
2727
RACK_VERSION: ${{ matrix.rack_version }}
2828
REDIS_RB_VERSION: ${{ matrix.redis_rb_version }}
29+
JRUBY_OPTS: "--debug" # For more accurate coverage
2930
strategy:
3031
fail-fast: false
3132
matrix:

.github/workflows/sentry_sidekiq_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-sidekiq/Gemfile
3030
BUNDLE_WITHOUT: rubocop
3131
SIDEKIQ_VERSION: ${{ matrix.sidekiq_version }}
32+
JRUBY_OPTS: "--debug" # For more accurate coverage
3233
strategy:
3334
fail-fast: false
3435
matrix:

0 commit comments

Comments
 (0)