mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
Today, the step to build the Docker public image depends on the coverage run. This dependency isn't necessary, as the coverage could be failing for a variety of reasons (e.g. codecov being down) and doesn't signal any problem with chasquid itself. So this patch fixes that: if the integration tests pass, then that is good enough for building the public image.