Skip to content

Commit

Permalink
Merge pull request #84 from zitadel/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4.1.1

chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1
  • Loading branch information
livio-a committed Apr 2, 2024
2 parents 21d4fcb + 6bd81fc commit db2977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov ./pkg/...
- uses: codecov/codecov-action@v4.1.0
- uses: codecov/codecov-action@v4
with:
file: ./profile.cov
name: codecov-go
Expand Down

0 comments on commit db2977a

Please sign in to comment.