Skip to content

Commit

Permalink
Merge pull request #4 from goravel/dependabot/github_actions/github-a…
Browse files Browse the repository at this point in the history
…ctions-1a2505a5f7

Bump the github-actions group with 1 update
  • Loading branch information
hwbrzzl authored Sep 15, 2023
2 parents bb16f7e + ce20705 commit 48586ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run tests with coverage
run: go test -v -coverprofile="coverage.out" ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.out
token: ${{ secrets.CODECOV }}

0 comments on commit 48586ad

Please sign in to comment.