gaia-pipeline / gaia

Build powerful pipelines in any programming language.
Apache License 2.0
5.2k stars 245 forks source link

[Feature] Pull a pipeline -> updates the code of the pipeline on demand #265

Closed Skarlso closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #265 into master will decrease coverage by 0.41%. The diff coverage is 34.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
- Coverage   62.70%   62.28%   -0.42%     
==========================================
  Files          48       48              
  Lines        3834     3863      +29     
==========================================
+ Hits         2404     2406       +2     
- Misses       1027     1051      +24     
- Partials      403      406       +3     
Impacted Files Coverage Δ
helper/pipelinehelper/pipelinehelper.go 16.00% <0.00%> (-84.00%) :arrow_down:
workers/pipeline/git.go 69.10% <0.00%> (-1.27%) :arrow_down:
workers/pipeline/pipeline.go 94.49% <ø> (ø)
handlers/hook.go 55.88% <55.55%> (-1.27%) :arrow_down:
handlers/handler.go 90.66% <100.00%> (+0.12%) :arrow_up:
workers/pipeline/build_cpp.go 90.90% <100.00%> (ø)
workers/pipeline/build_golang.go 91.52% <100.00%> (ø)
workers/pipeline/build_java.go 85.71% <100.00%> (ø)
workers/pipeline/build_nodejs.go 94.44% <100.00%> (ø)
workers/pipeline/build_python.go 79.10% <100.00%> (ø)
... and 1 more

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 5519f27...019da72. Read the comment docs.