[BUG] Build Id mismatch while running go test
using -covermode
and -coverprofile
#526
Labels
bug
Something isn't working
go test
using -covermode
and -coverprofile
#526
Version of orchestrion
1.0.4
Describe what happened:
Trying to instrument the
gin
tests using Orchestrion + CI Visibility throws build Id mismatch errors.@RomainMuller discovered that the gin tests were running with
-covermode
and-coverprofile
arguments without setting-coverpkg
. If we pass the-coverpkg
attribute then stops failing.Gin makefile go test command: https://github.com/gin-gonic/gin/blob/master/Makefile#L15
Log file:
orchestrion-logs-ubuntu-latest-1.23- (3).zip
Stdout:
Describe what you expected:
Normal test pass
Steps to reproduce the issue:
Run Tests
step in https://github.com/gin-gonic/gin/blob/master/.github/workflows/gin.yml with:GO ?= orchestrion go
Additional environment details (Version of Go, Operating System, etc.):
The text was updated successfully, but these errors were encountered: