Skip to content

Commit

Permalink
Merge pull request #22 from keikoproj/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4
  • Loading branch information
tekenstam authored Apr 19, 2024
2 parents 3d9dba5 + 119f982 commit 85bdeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
go test -coverprofile ./coverage.txt -v ./...
- name: Upload to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt

0 comments on commit 85bdeeb

Please sign in to comment.