-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Describe the bug
We have a set of integration tests that get ran during the Travis builds. However, when we run the Codacy Jacoco coverage plugin to push the coverage metrics to Codacy, we're not seeing the benefits of the ITs in the coverage report. This is giving us a false report of 25% code coverage.
To Reproduce
Steps to reproduce the behavior:
- Run travis build on tag
- Look in Codacy
- See that the WebDriver helpers report 0% coverage
Expected behavior
IT classes should be providing coverage for some part of the ConfiguredDriver implementing classes and all of the WebDriver helper classes.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working