Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
159 stars 55 forks source link

Speed up CI #89

Closed sjinks closed 2 years ago

sjinks commented 2 years ago

The CI takes now 34 seconds instead of 1 minute.

The speedup is achieved by using services (while MySQL starts up, we do other useful things like check out the source code or install dependencies) and by not using the wp-test-runner image (it takes some time to download it).

codecov[bot] commented 2 years ago

Codecov Report

Merging #89 (a09f276) into master (ccf94ab) will decrease coverage by 1.13%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #89      +/-   ##
============================================
- Coverage     76.08%   74.94%   -1.14%     
  Complexity      138      138              
============================================
  Files             1        1              
  Lines           439      439              
============================================
- Hits            334      329       -5     
- Misses          105      110       +5     
Flag Coverage Δ
unittests 74.94% <ø> (-1.14%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
object-cache.php 74.94% <0.00%> (-1.14%) :arrow_down:

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 ccf94ab...a09f276. Read the comment docs.

sjinks commented 2 years ago

codecov/project fails, this can be ignored.