Compare commits
4 Commits
4191bff5ef
...
cc9c2a5674
| Author | SHA1 | Date | |
|---|---|---|---|
| cc9c2a5674 | |||
| f47094cbba | |||
| 6c86c6dd04 | |||
| 2b28970105 |
@@ -95,7 +95,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run tests with proper coverage measurement
|
# Run tests with proper coverage measurement
|
||||||
test_output=$(go test ./features/... -v -cover -coverpkg=./... 2>&1)
|
test_output=$(go test ./features/... -v -cover -coverpkg=./... -coverprofile=coverage.out 2>&1)
|
||||||
test_exit_code=$?
|
test_exit_code=$?
|
||||||
|
|
||||||
echo "$test_output"
|
echo "$test_output"
|
||||||
|
|||||||
Reference in New Issue
Block a user