biolab / orange3-associate

🍊 :package: Frequent itemsets and association rules mining for Orange 3.
Other
65 stars 37 forks source link

[ENH] Add Travis CI #21

Closed jerneju closed 6 years ago

jerneju commented 6 years ago
Issue

No Travis and therefore no testing.

Description of changes
Includes
kernc commented 6 years ago

Seems to fail. Widgets/tests need Orange. Install that in .travis.yml as well.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f9c7c11). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   20.97%           
=========================================
  Files             ?        6           
  Lines             ?      782           
  Branches          ?        0           
=========================================
  Hits              ?      164           
  Misses            ?      618           
  Partials          ?        0
Impacted Files Coverage Δ
setup.py 75% <100%> (ø)

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 f9c7c11...7cca4ae. Read the comment docs.

jerneju commented 6 years ago

@kernc : Now it works!