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 support for ktlint plain reporter #376

Merged
merged 1 commit into from
Mar 14, 2021
Merged

Conversation

freemanjp
Copy link
Member

Was throwing error Invalid color parameter

Fix: resolves #359

Was throwing error `Invalid color parameter`

Fix: resolves #359
@codecov
Copy link

codecov bot commented Mar 14, 2021

Codecov Report

Merging #376 (d415e7c) into master (877d6e8) will increase coverage by 0.28%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #376      +/-   ##
============================================
+ Coverage     83.55%   83.84%   +0.28%     
  Complexity       81       81              
============================================
  Files            16       16              
  Lines           517      526       +9     
  Branches         72       72              
============================================
+ Hits            432      441       +9     
  Misses           39       39              
  Partials         46       46              
Impacted Files Coverage Δ Complexity Δ
...m/github/gantsign/maven/plugin/ktlint/CheckMojo.kt 94.28% <100.00%> (+0.53%) 5.00 <0.00> (ø)
...ven/plugin/ktlint/internal/AbstractCheckSupport.kt 78.81% <100.00%> (+0.36%) 10.00 <0.00> (ø)
...hub/gantsign/maven/plugin/ktlint/internal/Check.kt 100.00% <100.00%> (ø) 4.00 <0.00> (ø)
...ub/gantsign/maven/plugin/ktlint/internal/Report.kt 100.00% <100.00%> (ø) 2.00 <0.00> (ø)

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 877d6e8...d415e7c. Read the comment docs.

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.

Plain reporter throws an error: Invalid color parameter.
1 participant