From e20799d98c2c11af2b8de53c57adf64c23369fe1 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Thu, 11 Apr 2024 15:50:28 +0200 Subject: [PATCH] fix codecov files --- .github/workflows/sentry_delayed_job_test.yml | 2 +- .github/workflows/sentry_opentelemetry_test.yml | 2 +- .github/workflows/sentry_rails_test.yml | 2 +- .github/workflows/sentry_resque_test.yml | 2 +- .github/workflows/sentry_ruby_test.yml | 2 +- .github/workflows/sentry_sidekiq_test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sentry_delayed_job_test.yml b/.github/workflows/sentry_delayed_job_test.yml index 47c2f6743..206c6eeb7 100644 --- a/.github/workflows/sentry_delayed_job_test.yml +++ b/.github/workflows/sentry_delayed_job_test.yml @@ -67,4 +67,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sentry_opentelemetry_test.yml b/.github/workflows/sentry_opentelemetry_test.yml index 601231a46..1aba897ba 100644 --- a/.github/workflows/sentry_opentelemetry_test.yml +++ b/.github/workflows/sentry_opentelemetry_test.yml @@ -59,4 +59,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sentry_rails_test.yml b/.github/workflows/sentry_rails_test.yml index d03e3a261..ceabdc6af 100644 --- a/.github/workflows/sentry_rails_test.yml +++ b/.github/workflows/sentry_rails_test.yml @@ -83,4 +83,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sentry_resque_test.yml b/.github/workflows/sentry_resque_test.yml index 484ddf25c..bdd71e6ce 100644 --- a/.github/workflows/sentry_resque_test.yml +++ b/.github/workflows/sentry_resque_test.yml @@ -69,4 +69,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sentry_ruby_test.yml b/.github/workflows/sentry_ruby_test.yml index 03a181811..2e6f64126 100644 --- a/.github/workflows/sentry_ruby_test.yml +++ b/.github/workflows/sentry_ruby_test.yml @@ -75,4 +75,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sentry_sidekiq_test.yml b/.github/workflows/sentry_sidekiq_test.yml index 74a8514d0..06bb45a9d 100644 --- a/.github/workflows/sentry_sidekiq_test.yml +++ b/.github/workflows/sentry_sidekiq_test.yml @@ -71,4 +71,4 @@ jobs: if: ${{ matrix.options.codecov }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN } + token: ${{ secrets.CODECOV_TOKEN }}