OCamlPro / gnucobol

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

CI: check for c89 declaration #97

Closed GitMensch closed 1 year ago

GitMensch commented 1 year ago

to prevent this to be caught late, as happened with #85

codecov-commenter commented 1 year ago

Codecov Report

Merging #97 (6073d49) into gcos4gnucobol-3.x (cca51ff) will increase coverage by 0.00%. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@                Coverage Diff                 @@
##           gcos4gnucobol-3.x      #97   +/-   ##
==================================================
  Coverage              65.05%   65.05%           
==================================================
  Files                     31       31           
  Lines                  58179    58179           
  Branches               15323    15323           
==================================================
+ Hits                   37849    37850    +1     
- Misses                 14406    14407    +1     
+ Partials                5924     5922    -2     

see 3 files with indirect coverage changes

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

GitMensch commented 1 year ago

Note, that works locally (the only reason that it currently doesn't fail is that the target branch is not up-to-date with the changes from #85).