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

add report parameter #19

Merged
merged 2 commits into from
Apr 20, 2019
Merged

Conversation

andreysaksonov
Copy link
Contributor

fixes #16 and #18

@andreysaksonov
Copy link
Contributor Author

andreysaksonov commented Apr 19, 2019

usage example:

            <plugin>
                <groupId>com.github.ozsie</groupId>
                <artifactId>detekt-maven-plugin</artifactId>
                <version>${detekt.version}</version>
                <configuration>
                    <config>detekt.yml</config>
                    <report>xml:${project.basedir}/target/detekt.xml</report>
                </configuration>
            </plugin>

@codecov-io
Copy link

codecov-io commented Apr 19, 2019

Codecov Report

Merging #19 into master will decrease coverage by 0.5%.
The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
- Coverage     66.12%   65.62%   -0.51%     
  Complexity       12       12              
============================================
  Files             4        4              
  Lines            62       64       +2     
  Branches         18       19       +1     
============================================
+ Hits             41       42       +1     
  Misses            8        8              
- Partials         13       14       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/github/ozsie/DetektMojo.kt 64% <50%> (-0.59%) 4 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d13bac2...5636dc2. Read the comment docs.

@Ozsie Ozsie merged commit 994d4b2 into Ozsie:master Apr 20, 2019
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.

Support for report / output CLI parameters
3 participants