Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci) ignore unused lcov exclusions #660

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Conversation

thibaultcha
Copy link
Member

In our non-debug builds the src/common/debug exclude is unused and latest lcov complains about it.

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.82650%. Comparing base (715589a) to head (6a28643).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##                main        #660   +/-   ##
=============================================
  Coverage   90.82650%   90.82650%           
=============================================
  Files             53          53           
  Lines          11337       11337           
  Branches        1597        1692   +95     
=============================================
  Hits           10297       10297           
  Misses          1034        1034           
  Partials           6           6           

see 2 files with indirect coverage changes

Flag Coverage Δ
unit 90.56850% <ø> (ø)
valgrind 82.53953% <ø> (-0.00976%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@thibaultcha thibaultcha force-pushed the chore/ci-lcov-ignore branch 9 times, most recently from 63155a8 to f8f16da Compare January 14, 2025 20:12
* Ignore unused lcov exclusions: in our non-debug builds the
  `src/common/debug` exclude is unused and latest lcov complains about
  it.
* Ignore geninfo source errors: these are very tricky to get right
  considering the openresty bundle archive file structure makes for an
  inconvenient `--base-directory` argument.
The new `ubuntu-latest` image (24.04) would cause OpenResty 1.21.4.1 to
not find the Perl lib during compilation.

OpenResty 1.27.1.1 can find the lib without problems.
@thibaultcha thibaultcha merged commit 63f6784 into main Jan 14, 2025
32 checks passed
@thibaultcha thibaultcha deleted the chore/ci-lcov-ignore branch January 14, 2025 22:26
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.

1 participant