zephir-lang / zephir

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
https://zephir-lang.com
MIT License
3.3k stars 466 forks source link

Disable backtrace on alpine, fix #2397 #2398

Closed mruz closed 1 year ago

mruz commented 1 year ago

Hello!

In raising this pull request, I confirm the following:

Small description of change: Don't include execinfo.h if alpine linux is defined. Thanks

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug B 7 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1706 Code Smells

No Coverage information No Coverage information
2.5% 2.5% Duplication

codecov[bot] commented 1 year ago

Codecov Report

Merging #2398 (f0f6f7c) into development (61fa38c) will not change coverage. The diff coverage is n/a.

@@              Coverage Diff              @@
##             development   #2398   +/-   ##
=============================================
  Coverage           7.13%   7.13%           
  Complexity          8633    8633           
=============================================
  Files                343     343           
  Lines              21947   21947           
=============================================
  Hits                1567    1567           
  Misses             20380   20380           
niden commented 1 year ago

Thank you @mruz