Skip to content

Commit

Permalink
makefile: no-op codecov targets (time out in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Oct 31, 2023
1 parent 5a86b56 commit 9271df2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ test_stress:
STRESS_TEST_COUNT=4 go test -tags=stress -parallel 30 -timeout=45m ./pkg/nats...

test_codecov:
go test -coverprofile=coverage.out -covermode=atomic ./pkg/nats... -short
echo "this is a no-op because it times out on github runners but you could try"
echo "go test -coverprofile=coverage.out -covermode=atomic ./pkg/nats... -short"

test_reconnect:
go test -tags=reconnect ./pkg/nats...
Expand All @@ -41,7 +42,8 @@ jetstream_test_reconnect:
go test -tags=reconnect ./pkg/jetstream...

jetstream_test_codecov:
go test -coverprofile=coverage.out -covermode=atomic ./pkg/jetstream... -short
echo "this is a no-op because it times out on github runners but you could try"
echo "go test -coverprofile=coverage.out -covermode=atomic ./pkg/jetstream... -short"

BENCHCNT := 1

Expand Down

0 comments on commit 9271df2

Please sign in to comment.