Skip to content

Commit

Permalink
Update ruby-unit-tests.yml
Browse files Browse the repository at this point in the history
add codecov token which is needed for v4
  • Loading branch information
alexskr authored Feb 9, 2024
1 parent 1e8bd29 commit 76bb9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
verbose: true
fail_ci_if_error: false # optional (default = false)

0 comments on commit 76bb9d8

Please sign in to comment.