-
Notifications
You must be signed in to change notification settings - Fork 339
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
add sqlite3 targets #393
add sqlite3 targets #393
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## latest #393 +/- ##
==========================================
- Coverage 91.79% 90.48% -1.31%
==========================================
Files 44 46 +2
Lines 3776 4160 +384
Branches 497 553 +56
==========================================
+ Hits 3466 3764 +298
- Misses 216 273 +57
- Partials 94 123 +29 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs 0.0% Coverage The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Adds SQLite3 targets for logging to a SQLite database.
The
indent
wrapper script has been removed as part of this change, as some of the formatting that it enforces is undesirable. Specifically, the indention of#define
statements within header guards, and function calls with no parameters having two spaces inside will no longer be used in new code moving forward.