Skip to content
New issue

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

Pull #488: version bumped cobertura #488

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

rnveach
Copy link
Contributor

@rnveach rnveach commented Nov 22, 2016

Broken off from #483 (comment) .

EitherLogOrThrowCheckTest requires the import for org.slf4j for its test. Cobertura was trying to instantiate the same class for some reason. It was failing because it was finding the dummy class instead of the real one, and thus causing all the coverage to be 0.
I removed the dummy ones, and added the same org.slf4j dependency that we use in checkstyle.

With this fixed, cobertura can be upgraded as is, with no other changes needed.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.289% when pulling 5e32f0e on rnveach:cobertura-upgrade into c436df3 on sevntu-checkstyle:master.

@romani romani merged commit 4f77fc6 into sevntu-checkstyle:master Nov 22, 2016
@rnveach rnveach deleted the cobertura-upgrade branch November 22, 2016 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants