Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5
  • Loading branch information
ijsong authored Jan 29, 2024
2 parents 0eb2a1d + 1178154 commit 7a2f76b
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 @@ -91,7 +91,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@v3.1.4
uses: codecov/codecov-action@v3.1.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out,./coverage.xml
Expand Down

0 comments on commit 7a2f76b

Please sign in to comment.