mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-08 09:52:44 +02:00
Add Codecov upload step to Ruby workflow (#78)
This commit is contained in:
@@ -31,3 +31,10 @@ jobs:
|
||||
run: bundle install
|
||||
- name: Run tests
|
||||
run: bundle exec rspec
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
flags: ruby-${{ matrix.ruby-version }}
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user