OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

Fix Bug 923: generated modules init/clear unused decimal constants #115

Closed ddeclerck closed 6 months ago

ddeclerck commented 9 months ago

That should address https://sourceforge.net/p/gnucobol/bugs/923/.

Passes all of the testsuite.

codecov-commenter commented 9 months ago

Codecov Report

Merging #115 (909c3cc) into gcos4gnucobol-3.x (c0d64ad) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@                Coverage Diff                 @@
##           gcos4gnucobol-3.x     #115   +/-   ##
==================================================
  Coverage              65.74%   65.74%           
==================================================
  Files                     32       32           
  Lines                  59092    59099    +7     
  Branches               15575    15573    -2     
==================================================
+ Hits                   38849    38856    +7     
  Misses                 14262    14262           
  Partials                5981     5981           
Files Coverage Δ
cobc/codegen.c 76.01% <100.00%> (+0.02%) :arrow_up:
cobc/typeck.c 65.28% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more