Skip to content

Commit

Permalink
fix : rename integration_cover.out
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed Oct 3, 2023
1 parent 25f5163 commit 3837820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3837820

Please sign in to comment.