Skip to content

Commit

Permalink
codecov-action v5
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 27, 2025
1 parent 4ebcec8 commit 5f13d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
bundler-cache: true
- run: bundle install
- run: bundle exec rake
- uses: codecov/codecov-action@v4.0.0-beta.3
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage/
.DS_Store
rdoc/
doc/
.yardoc/
.yardoc/

1 comment on commit 5f13d75

@0crat
Copy link

@0crat 0crat commented on 5f13d75 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -16 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is -208.

Please sign in to comment.