I have been trying to find answers about applying Codecov to an Android library project. (Not an imported .jar file). The structure is essentially the same but the plugin id is set to ‘com.android.library’ within the module level build.gradle (instead of com.android.application).
Are there changes required for it to work with a library module? It is like it isn’t finding any of my tests. I opened a stack overflow post with more detail here:
Any help would be appreciated!