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

Fixed output for reporters with output file #208

Merged
merged 1 commit into from
Apr 4, 2019
Merged

Conversation

freemanjp
Copy link
Member

It was overwriting the file for each source directory (main, test etc.).

Bug fix: resolves #206

It was overwriting the file for each source directory (main, test etc.).

Bug fix: resolves #206
@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #208 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #208   +/-   ##
=========================================
  Coverage     84.46%   84.46%           
  Complexity       76       76           
=========================================
  Files            16       16           
  Lines           470      470           
  Branches         62       62           
=========================================
  Hits            397      397           
  Misses           31       31           
  Partials         42       42
Impacted Files Coverage Δ Complexity Δ
...ven/plugin/ktlint/internal/AbstractCheckSupport.kt 76.41% <100%> (ø) 10 <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 9b52ade...4fbd495. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #208 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #208   +/-   ##
=========================================
  Coverage     84.46%   84.46%           
  Complexity       76       76           
=========================================
  Files            16       16           
  Lines           470      470           
  Branches         62       62           
=========================================
  Hits            397      397           
  Misses           31       31           
  Partials         42       42
Impacted Files Coverage Δ Complexity Δ
...ven/plugin/ktlint/internal/AbstractCheckSupport.kt 76.41% <100%> (ø) 10 <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 9b52ade...4fbd495. Read the comment docs.

@freemanjp freemanjp merged commit 7cb59ed into master Apr 4, 2019
@freemanjp freemanjp deleted the outfile-fix branch April 4, 2019 22:46
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.

ktlint reporters generate empty files
1 participant