k-takata / Onigmo

Onigmo is a regular expressions library forked from Oniguruma.
Other
617 stars 94 forks source link

Add USE_CASE_MAP_API config #125

Closed k-takata closed 5 years ago

k-takata commented 5 years ago

The case_map API is mainly (only?) used in Ruby. Make it possible to disable the API.

codecov-io commented 5 years ago

Codecov Report

Merging #125 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #125   +/-   ##
======================================
  Coverage    82.7%   82.7%           
======================================
  Files          62      62           
  Lines       12435   12435           
======================================
  Hits        10284   10284           
  Misses       2151    2151
Impacted Files Coverage Δ
enc/koi8_r.c 53.84% <ø> (ø) :arrow_up:
enc/iso_8859_14.c 3.5% <ø> (ø) :arrow_up:
enc/iso_8859_15.c 20.37% <ø> (ø) :arrow_up:
enc/iso_8859_9.c 3.84% <ø> (ø) :arrow_up:
enc/iso_8859_7.c 4.25% <ø> (ø) :arrow_up:
enc/iso_8859_8.c 0% <ø> (ø) :arrow_up:
enc/windows_1254.c 19.64% <ø> (ø) :arrow_up:
enc/euc_jp.c 91.8% <ø> (ø) :arrow_up:
enc/gb18030.c 13.68% <ø> (ø) :arrow_up:
enc/utf_32be.c 95.12% <ø> (ø) :arrow_up:
... and 25 more

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 8d958db...80e289d. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 80.658% when pulling 80e289d6bbadb21f2e2b3657de97a8927955f124 on case_map-config into 8d958dbc3c57616b17ad987007937bb9020f41ff on master.