Skip to content

Commit

Permalink
Merge pull request #738 from kakao/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4.1.0

build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0
  • Loading branch information
ijsong authored Mar 5, 2024
2 parents d13d743 + 65f8e87 commit 31dfe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
pip install pytest-cov
make test_coverage TEST_FLAGS='-race -failfast -count=1 -timeout=20m'
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out,./coverage.xml
Expand Down

0 comments on commit 31dfe88

Please sign in to comment.