AmadeusITGroup / workflow-controller

Kubernetes workflow controller
Apache License 2.0
24 stars 15 forks source link

speedup race tests #26

Closed alexei-led closed 6 years ago

alexei-led commented 6 years ago

use formatted go list command to compile and test Go packages that contain test files Go compiler is very slow when it compiles a package with race flag. This change avoids compiling packages without tests.

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #26   +/-   ##
======================================
  Coverage    23.4%   23.4%           
======================================
  Files           8       8           
  Lines         833     833           
======================================
  Hits          195     195           
  Misses        623     623           
  Partials       15      15

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 29f2323...510b4d0. Read the comment docs.

clamoriniere1A commented 6 years ago

\LGTM @alexei-led may I ask you to squash your commits?

alexei-led commented 6 years ago

@clamoriniere1A squashed