Skip to content

Commit

Permalink
Added CODECOV_TOKEN.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Aug 20, 2024
1 parent 55dd99a commit b8963ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
bundle install
bundle exec rake spec
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: github.event_name == 'push'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b8963ac

Please sign in to comment.