Kitura / KituraKit

Swift client library for using Codable routes with Kitura
Apache License 2.0
59 stars 20 forks source link

Fix: travis release and update stages called on all builds #16

Closed sandmman closed 6 years ago

sandmman commented 6 years ago

The current use of build stages is intended to only be run on pushes to master; however, they are being run on all builds leading to unnecessary tagging and overuse of the github api.

It turns out that the boolean condition was invalidly formatted leading travis to ignore it completely. By removing the platform = Linux conditional, everything works as expected.

codecov-io commented 6 years ago

Codecov Report

Merging #16 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #16   +/-   ##
========================================
  Coverage    66.85%   66.85%           
========================================
  Files            2        2           
  Lines          175      175           
========================================
  Hits           117      117           
  Misses          58       58
Flag Coverage Δ
#KituraKit 66.85% <ø> (ø) :arrow_up:

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 9e69a22...11409c0. Read the comment docs.