reform icon indicating copy to clipboard operation
reform copied to clipboard

Add MariaDB to CI configuration

Open tabarnhack opened this issue 2 years ago • 3 comments

According to #257, MariaDB has been added to CI configuration. The minimal version taken of MariaDB is 10.2 as the 10.1 has an EOL on October 2020, thus this version is obsolete.

tabarnhack avatar Oct 21 '21 19:10 tabarnhack

@tabarnhack But those changes are not enough to actually test agains MariaDB – you have to change Makefile too

AlekSi avatar Oct 23 '21 18:10 AlekSi

Indeed, I did not read the codebase enough to understand where the tests was made. I've made the changes. It should be good now.

tabarnhack avatar Oct 24 '21 09:10 tabarnhack

Codecov Report

Merging #307 (752c63f) into main (ba989a9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #307   +/-   ##
=======================================
  Coverage   68.57%   68.57%           
=======================================
  Files          20       20           
  Lines        1715     1715           
=======================================
  Hits         1176     1176           
  Misses        484      484           
  Partials       55       55           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba989a9...752c63f. Read the comment docs.

codecov[bot] avatar Oct 24 '21 10:10 codecov[bot]