Skip to content

Commit

Permalink
fix codecov reports
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jan 31, 2024
1 parent 9f7b1fa commit dea3332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ jobs:
files: ./go/src/github.com/${{ github.repository }}/cover.out
flags: unittests
fail_ci_if_error: false # see https://github.com/codecov/codecov-action/issues/598
env:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ ci: all tidy vendor bazel-generate generate-verify
all: test forklift-controller

# Run tests
test: generate fmt vet manifests validation-test
go test ./pkg/... ./cmd/... -coverprofile cover.out
test: generate fmt manifests validation-test
go test ./pkg/... ./cmd/... -coverprofile=cover.out

# Experimental e2e target
e2e-sanity: e2e-sanity-ovirt e2e-sanity-vsphere
Expand Down

0 comments on commit dea3332

Please sign in to comment.