Gowerlabs / LibFTD2XX.jl

Julia wrapper for FTDI D2XX drivers.
Other
6 stars 1 forks source link

[WIP] Add Linux (x86/x64) library installation, fix #2 #23

Closed samuelpowell closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     2.8%   2.8%           
=====================================
  Files           1      1           
  Lines         107    107           
=====================================
  Hits            3      3           
  Misses        104    104

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 84e0274...553d52b. Read the comment docs.

samuelpowell commented 6 years ago

Passes CI on all platforms, merging

ReubenHill commented 6 years ago

Did you actually test the library on linux? CI tests are very limited without hardware.

samuelpowell commented 6 years ago

Only that the library installs and can be loaded. As you say, challenging without hardware, unless you have any ideas (loopback in the driver or something?)