-
Notifications
You must be signed in to change notification settings - Fork 29
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
RC 1.3.0 #210
Conversation
Gitlab ENV Variables do not seem to be passing to this container.
# Conflicts: # .github/workflows/mariadb.yml # CMakeLists.txt # src/sa/mariadb/sadb_routine_mariadb.template.c # test/CMakeLists.txt # test/tests/ut_kmc_crypto_with_mtls_sadb.c # util/CMakeLists.txt
…ing on build type;
…ons as well as the support and test folders entirely;
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 67.27% 72.00% +4.72%
==========================================
Files 25 8 -17
Lines 9617 2668 -6949
Branches 0 427 +427
==========================================
- Hits 6470 1921 -4549
+ Misses 3147 583 -2564
- Partials 0 164 +164 ☔ View full report in Codecov by Sentry. |
#include "cryptography_interface.h" | ||
#include "key_interface.h" | ||
#include "mc_interface.h" | ||
#include "sa_interface.h" | ||
|
||
/* | ||
** Crypto Version | ||
*/ | ||
#define CRYPTO_LIB_MAJOR_VERSION 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we're using this any longer. If we are, it will need updated.
Remove old build status badges.
Update README.md
* Update build.yml Fixing Code Coverage - Test * Update build.yml Add Token for broken CodeCov pushes.
Looking to close this out in the next two weeks! |
Need to resolve #218 prior to merge |
Approved in latest internal meetings by all parties. As issues continue to be found new tickets can be created and patch releases done. |
Merge Development into Main for upcoming release.