You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
I was trying to add another test source set to be included in code coverage. After having a brief look at the plugin code, it looked as if you can added through the extension method addCoverage:
However, when executing the task, I run into an error:
:integrationTestCoberturaReport FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':integrationTestCoberturaReport'.
> File '/Users/ben/testproject/build/cobertura/main/cobertura-test.ser' specified for property 'serFile' does not exist.
Is there a way of doing this? Maybe it's just not documented. Sorry, I didn't have a deep look at the task code yet.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to add another test source set to be included in code coverage. After having a brief look at the plugin code, it looked as if you can added through the extension method
addCoverage
:However, when executing the task, I run into an error:
Is there a way of doing this? Maybe it's just not documented. Sorry, I didn't have a deep look at the task code yet.
The text was updated successfully, but these errors were encountered: