pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

CI: Use fixed happi version #39

Closed teddyrendahl closed 6 years ago

teddyrendahl commented 6 years ago

Description

There maybe be non backwards compatible changes in the happi directory soon. I locked the version number down until these are done.

Motivation and Context

Trying to avoid accidentally breaking things

How Has This Been Tested?

Tested via Travis. Using the tagged happi build should be no different than using the current master

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   91.81%   91.81%           
=======================================
  Files           7        7           
  Lines         464      464           
=======================================
  Hits          426      426           
  Misses         38       38

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 5f65718...a25c325. Read the comment docs.

teddyrendahl commented 6 years ago

Fixed to use single =

teddyrendahl commented 6 years ago

Fixed QApplication tear down bug. Ready for merge