Version 1.0.3
of the Codecov Action includes the following changes:
- Use
debian:stretch-slim
base instead ofubuntu:latest
. Ubuntu takes significantly longer to build than Debian and thus extended pipeline run times - Allow for passing names with spaces
- Do not exit with a non-zero code if Codecov runs into errors. This is important because the entire CI/CD pipeline should not fail if Codecov isn't able to upload reports.