Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.1 to 3.1.4
  • Loading branch information
muhlemmer authored Nov 15, 2024
2 parents 5bf4eb6 + ad1e01f commit 3c6f9d0
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 @@ -25,7 +25,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov .
- uses: codecov/[email protected].1
- uses: codecov/[email protected].4
with:
file: ./profile.cov
name: codecov-go
Expand Down

0 comments on commit 3c6f9d0

Please sign in to comment.