Dennis Schmidt

Results 3 comments of Dennis Schmidt

A real world example without tests is no real world example.

I have the same issue. Cannot connect to my local docker container running on http://localhost:9000. I always get the same error message "java.net.ConnectException: Failed to connect to localhost/127.0.0.1:9000"

I faced the same issue on github actions. Only index.html got generated but no data folder. My problem was that I ran the merge-reports command in the root directory but...