Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Dec 1, 2023
1 parent 781f830 commit 97d785d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
jobs:
codecov:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -16,5 +16,6 @@ jobs:
- run: bundle exec rake
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/.resultset.json
fail_ci_if_error: true

0 comments on commit 97d785d

Please sign in to comment.