The puncover report custom target hard-codes a list of arguments. It would be nice to be able to specify the port on which the server will run, so that we can simultaneously interact with multiple builds to assess their differences.
My cmake-fu is not up to this. It could be something like
@pabigot @nashif
I also have a problem with puncover default port (see https://github.com/HBehrens/puncover/issues/44)
So it will be nice to get ability to set port manually from cmd-line or via env-var.
The puncover report custom target hard-codes a list of arguments. It would be nice to be able to specify the port on which the server will run, so that we can simultaneously interact with multiple builds to assess their differences.
My cmake-fu is not up to this. It could be something like
which doesn't work.