Skip to content

Commit

Permalink
Merge pull request #1068 from traPtitech/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.1.1
  • Loading branch information
ikura-hamu authored Dec 7, 2024
2 parents 8d0f1fd + 85a7197 commit 2fc9401
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.7
uses: codecov/codecov-action@v5.1.1
with:
files: /tmp/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2fc9401

Please sign in to comment.