Skip to content

Commit

Permalink
Merge pull request #933 from traPtitech/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4.5.0

⬆️ Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
ikura-hamu committed Jun 22, 2024
2 parents 732bd4a + 73bcdae commit d1ec700
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.4.1
uses: codecov/codecov-action@v4.5.0
with:
file: /tmp/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d1ec700

Please sign in to comment.