Skip to content

Commit 76ede87

Browse files
authored
Upload coverage from all test runs (#2430)
1 parent d134d9e commit 76ede87

File tree

5 files changed

+3
-13
lines changed

5 files changed

+3
-13
lines changed

.github/workflows/sentry_opentelemetry_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
4444
},
4545
}
46-
- { ruby_version: 3.2, options: { codecov: 1 } }
4746
steps:
4847
- uses: actions/checkout@v1
4948

@@ -57,7 +56,6 @@ jobs:
5756
run: bundle exec rake
5857

5958
- name: Upload Coverage
60-
if: ${{ matrix.options.codecov }}
6159
uses: codecov/codecov-action@v4
6260
with:
6361
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sentry_rails_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
}
6363
- {
6464
ruby_version: "3.2",
65-
rails_version: 7.1.0,
66-
options: { codecov: 1 },
65+
rails_version: 7.1.0
6766
}
6867
steps:
6968
- uses: actions/checkout@v1
@@ -83,7 +82,6 @@ jobs:
8382
run: bundle exec rake
8483

8584
- name: Upload Coverage
86-
if: ${{ matrix.options.codecov }}
8785
uses: codecov/codecov-action@v4
8886
with:
8987
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sentry_resque_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
4242
},
4343
}
44-
- { ruby_version: "3.2", options: { codecov: 1 } }
4544
steps:
4645
- uses: actions/checkout@v1
4746
- name: Set up Ruby ${{ matrix.ruby_version }}
@@ -66,7 +65,6 @@ jobs:
6665
run: bundle exec rake
6766

6867
- name: Upload Coverage
69-
if: ${{ matrix.options.codecov }}
7068
uses: codecov/codecov-action@v4
7169
with:
7270
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sentry_ruby_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
- {
5858
ruby_version: 3.3,
5959
rack_version: 3.1,
60-
redis_rb_version: 5.3,
61-
options: { codecov: 1 },
60+
redis_rb_version: 5.3
6261
}
6362
steps:
6463
- uses: actions/checkout@v1
@@ -78,7 +77,6 @@ jobs:
7877
run: bundle exec rake
7978

8079
- name: Upload Coverage
81-
if: ${{ matrix.options.codecov }}
8280
uses: codecov/codecov-action@v4
8381
with:
8482
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sentry_sidekiq_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
}
4949
- {
5050
ruby_version: "3.2",
51-
sidekiq_version: 7.0,
52-
options: { codecov: 1 },
51+
sidekiq_version: 7.0
5352
}
5453
steps:
5554
- uses: actions/checkout@v1
@@ -71,7 +70,6 @@ jobs:
7170
run: bundle exec rake
7271

7372
- name: Upload Coverage
74-
if: ${{ matrix.options.codecov }}
7573
uses: codecov/codecov-action@v4
7674
with:
7775
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)