Skip to content

Commit

Permalink
chore: Upload code coverage to CodeCov for the latest combination of …
Browse files Browse the repository at this point in the history
…Ruby and ActionView only
  • Loading branch information
svyatov committed Mar 4, 2024
1 parent b48cc84 commit 4e5d768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: svyatov/clsx-rails
# Only upload coverage for the latest Ruby and ActionView versions
if: ${{ matrix.ruby_version == '3.3' && matrix.actionview_version == '7.1' }

0 comments on commit 4e5d768

Please sign in to comment.