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

Created SwiftSensor class and reworked reportDirectory into reportsInRoot #162

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Aug 24, 2018

  1. Refactor including the following:

    - Created SwiftSensor abstract class, which SwiftLintSensor and SwiftCoberturaSensor extend
    - Removed ReportFilesFinder. Report finding functionality moved to Util, and settings reading functionality moved to SwiftSensor
    - Reworked reportDirectory to reportInRoot, which makes reportPattern / reportPath evaluated from the project root
    - Cleaned up CoberturaReportParser and SwiftLintReportParser
    - Reworked ReportFilesFinderTest to SwiftSensorTest
    iwang-atlassian committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    782c109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7883e View commit details
    Browse the repository at this point in the history