goatshriek / stumpless

a C logging library built for high performance and a rich feature set
https://goatshriek.github.io/stumpless
Apache License 2.0
443 stars 321 forks source link

merge priority and prival files #429

Closed goatshriek closed 2 months ago

goatshriek commented 2 months ago

The functions for working with priority values were spread across two source files name "priority" and "prival". This change consolidates them to the "prival" files so that they are located in a single file named consistently with existing struct members.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 90.79%. Comparing base (ab72891) to head (e8c03cf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #429 +/- ## ======================================= Coverage 90.79% 90.79% ======================================= Files 48 47 -1 Lines 4335 4335 Branches 577 577 ======================================= Hits 3936 3936 Misses 268 268 Partials 131 131 ```

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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud