Filmhub
Results
2
issues of
Filmhub
Say you have a monorepo with ``` / (repo root) ├── rails └── web ``` This breaks the codecov report because of missing `rails/` and `web/` prefixes in all paths....
Say you have a monorepo with ``` / (repo root) ├── rails └── web ``` This breaks coverage reports (for example for CodeBuild) because of missing `rails/` and `web/` prefixes...