codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Source code filepath with spaces is not recognised and 404 is returned #461

Open priyasomangali opened 3 years ago

priyasomangali commented 3 years ago

codecov doesn't recognise the source code filepath if it contains spaces. Example path : Databases/db_name/stored procedures/dbo.get_country_name.sql

All the .sql files are properly identified and visible in the codecov files. But on clicking the .sql file , it returns 404.

When I remove the spaces from the path (Databases/db_name/stored_procedures/dbo.get_country_name.sql) , everything works fine. Could you please help provide some suggestions to handle this ?