goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
446 stars 335 forks source link

reduce duplication in single source file #409

Closed goatshriek closed 7 months ago

goatshriek commented 7 months ago

Keep track of top-level headers that have already been included for source files in the single file source. This results in faster file generation and a smaller single file.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.54%. Comparing base (f8368cd) to head (0177f2e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #409 +/- ## ======================================= Coverage 90.54% 90.54% ======================================= Files 46 46 Lines 4188 4188 Branches 556 556 ======================================= Hits 3792 3792 Misses 273 273 Partials 123 123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud