Skip to content

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

Merged
sandmman merged 12 commits intodevelopfrom
issue.buildstages
Jan 12, 2018
Merged

Fix: travis release and update stages called on all builds#16
sandmman merged 12 commits intodevelopfrom
issue.buildstages

Conversation

@sandmman
Copy link
Copy Markdown
Contributor

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
Copy link
Copy Markdown

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% <ø> (ø) ⬆️

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.

@sandmman sandmman merged commit 571e2da into develop Jan 12, 2018
@sandmman sandmman deleted the issue.buildstages branch January 12, 2018 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants