Skip to content

Commit

Permalink
Merge pull request #1 from ytkg/dependabot/github_actions/codecov/cod…
Browse files Browse the repository at this point in the history
…ecov-action-3

Bump codecov/codecov-action from 1 to 3
  • Loading branch information
ytkg authored Dec 27, 2023
2 parents 3459827 + a4778bb commit afb428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Run test
run: bundle exec rake
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage/.resultset.json

0 comments on commit afb428b

Please sign in to comment.