Open jclaveau opened 4 years ago
Currently kcov covers only the script parts run in the host. Is it possible to run the part of the script run by the container?
https://github.com/SimonKagstrom/kcov/issues/315
docker exec
kcov --merge /tmp/host-output /tmp/docker-output /tmp/merged-output
Currently kcov covers only the script parts run in the host. Is it possible to run the part of the script run by the container?
https://github.com/SimonKagstrom/kcov/issues/315
docker exec
with kcovkcov --merge /tmp/host-output /tmp/docker-output /tmp/merged-output