Skip to content

Conversation

@kno-trackunit
Copy link

@kno-trackunit kno-trackunit commented Mar 17, 2020

Fixes #7

@kno-trackunit kno-trackunit changed the title Fix/allow capital 'z' Fix/allow capital 'z' in search value Mar 17, 2020
@codecov
Copy link

codecov bot commented Mar 17, 2020

Codecov Report

Merging #6 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage     90.51%   90.51%           
  Complexity      106      106           
=========================================
  Files            10       10           
  Lines           232      232           
  Branches         35       35           
=========================================
  Hits            210      210           
  Misses            6        6           
  Partials         16       16           
Impacted Files Coverage Δ Complexity Δ
...va/io/openapitools/api/capabilities/Sanitizer.java 100.00% <100.00%> (ø) 10.00 <2.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 48e7893...4362f02. Read the comment docs.

@langecode
Copy link
Member

I have seen it - will take a look asap ;)

Copy link
Member

@langecode langecode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok - possibly the "suspecious" array should be converted into char[] instead of String[]

@langecode langecode merged commit 387492a into openapi-tools:master Mar 24, 2020
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.

Z and _ is matched as suspicious characters

4 participants