Skip to content

Commit

Permalink
Upload coverage from all test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 14, 2024
1 parent f3ed31e commit 6d083f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- {
ruby_version: 3.3,
rack_version: 3.1,
redis_rb_version: 5.3,
options: { codecov: 1 },
redis_rb_version: 5.3
}
steps:
- uses: actions/checkout@v1
Expand All @@ -79,7 +78,6 @@ jobs:
bundle exec rake
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6d083f0

Please sign in to comment.