From 4e5d768921f4cf7d7d7e6a0b662ebf7add25b334 Mon Sep 17 00:00:00 2001 From: Leonid Svyatov Date: Mon, 4 Mar 2024 14:16:11 +0400 Subject: [PATCH] chore: Upload code coverage to CodeCov for the latest combination of Ruby and ActionView only --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b69999e..7ada770 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' }