furiko-io / furiko

Kubernetes cron and batch job platform
https://furiko.io
Apache License 2.0
484 stars 21 forks source link

chore(ci): Parallelize lint and test stages #40

Closed irvinlim closed 2 years ago

irvinlim commented 2 years ago

CI runs may be slow because the go-test job waits for other jobs like generate-lint. Actually it is not needed and we can parallelize them.

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (767ff40) into main (7b79cd4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   49.73%   49.73%           
=======================================
  Files         161      161           
  Lines        7991     7991           
=======================================
  Hits         3974     3974           
  Misses       3834     3834           
  Partials      183      183           

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 7b79cd4...767ff40. Read the comment docs.