Skip to content

Commit

Permalink
Merge pull request #1004 from traPtitech/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4.6.0
  • Loading branch information
ikura-hamu authored Oct 6, 2024
2 parents 8f0abcc + 2b6eb73 commit 2b8ff1e
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@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
file: /tmp/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2b8ff1e

Please sign in to comment.