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 21 forks source link

Fix REDEFINES GLOBAL #73

Closed nberth closed 1 year ago

nberth commented 1 year ago

To assess whether the test is appropriately placed if into run_extensions.at. It's not just syntax-related, so I'm not sure it'd fit into syn_redefines.at.

codecov-commenter commented 1 year ago

Codecov Report

Merging #73 (5ed41f3) into gcos4gnucobol-3.x (fe93f0d) will not change coverage. The diff coverage is 100.00%.

@@                Coverage Diff                 @@
##           gcos4gnucobol-3.x      #73   +/-   ##
==================================================
  Coverage              65.25%   65.25%           
==================================================
  Files                     34       34           
  Lines                  56288    56288           
  Branches               14730    14730           
==================================================
  Hits                   36729    36729           
  Misses                 13679    13679           
  Partials                5880     5880           
Impacted Files Coverage Δ
cobc/codegen.c 74.78% <100.00%> (ø)

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

nberth commented 1 year ago

Now upstream