We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently both jacoco and junit classpaths are manually build.
jacoco
junit
We should automatize them, possibly by retrieving their jar/class files like test-runner does in https://github.com/STAMP-project/test-runner/blob/73b7dd02fb1a019c3e209779c23024179804e81a/src/main/java/eu/stamp_project/testrunner/EntryPoint.java#L748-L754
test-runner
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently both
jacoco
andjunit
classpaths are manually build.We should automatize them, possibly by retrieving their jar/class files like
test-runner
does in https://github.com/STAMP-project/test-runner/blob/73b7dd02fb1a019c3e209779c23024179804e81a/src/main/java/eu/stamp_project/testrunner/EntryPoint.java#L748-L754The text was updated successfully, but these errors were encountered: