Hi @tom, it did not work with your latest suggestion.
With my original implementation without path fixing the root folder on my dashboard at codecov for the repository are as follows: flutter_bloc/lib/application
With the latest path fix of
fixes:
- ‘::flutter_bloc/’
The root folder is changed to flutter_bloc/flutter_bloc/lib/application
In the standalone repository that I’ve created for the flutter_bloc example, the files have the root folder of lib, which contains all test data.
On a side note, I only have tests and a coverage report in the subdirectory flutter_bloc