Skip to content

Commit

Permalink
Merge pull request #1052 from traPtitech/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.0.7

⬆️ Bump codecov/codecov-action from 5.0.1 to 5.0.7
  • Loading branch information
ikura-hamu authored Nov 24, 2024
2 parents cba94d8 + 114712c commit 6c075cf
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 @@ -34,7 +34,7 @@ jobs:
- name: Run test
run: go test ./src/... -v -coverprofile=/tmp/coverage/coverage.txt -race -vet=off
- name: Upload coverage data
uses: codecov/codecov-action@v5.0.1
uses: codecov/codecov-action@v5.0.7
with:
files: /tmp/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 6c075cf

Please sign in to comment.