coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
45 stars 14 forks source link

fix: substitute current dir only from the path start #61

Closed mrexox closed 1 year ago

mrexox commented 1 year ago

:zap: Summary

Replace name.sub(Dir.current, "") to name.sub(Regex.new("^#{Dir.current}"), "") in order to prevent accidental change in real paths.

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 4805782013


Totals Coverage Status
Change from base Build 4722794368: -0.05%
Covered Lines: 715
Relevant Lines: 790

💛 - Coveralls