Skip to content

Commit

Permalink
🏗️ Only upload coverage on oldest supported Ruby (i.e. 2.6)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed Oct 31, 2021
1 parent e4dd2cd commit 551cf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Run tests
run: bundle exec rake test
- uses: codecov/codecov-action@v2
if: matrix.ruby == '2.6' && github.event_name != 'pull_request'
with:
flags: unittests
name: codecov-upload
Expand Down

0 comments on commit 551cf84

Please sign in to comment.