From 3837820dc1c27fcbd0a48ff82fe77b632f8c18cb Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Tue, 3 Oct 2023 20:20:58 +0530 Subject: [PATCH] fix : rename integration_cover.out --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00577f51a7..18940479b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: integrationTest-coverage - path: cover_integration.out + path: cover.out codecov: if: (github.event.action != 'closed' || github.event.pull_request.merged == true) diff --git a/Makefile b/Makefile index 992076cc6f..cf96d29bf8 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ gocovmerge-deps: $(GOBUILD) -o $(GOBIN)/gocovmerge github.com/wadey/gocovmerge test-integration: - $(GOTEST) --timeout 60m -cover -coverprofile=cover_integration.out -covermode=atomic -tags integration $(TESTE2E) + $(GOTEST) --timeout 60m -cover -coverprofile=cover.out -covermode=atomic -tags integration $(TESTE2E) escape: cd $(path) && go test -gcflags "-m -m" -run none -bench=BenchmarkJumpdest* -benchmem -memprofile mem.out