chakravala / Dendriform.jl

Dendriform di-algebra algorithms to compute using Loday's arithmetic on groves of planar binary trees
GNU General Public License v3.0
16 stars 5 forks source link

use version number instead of release in .travis.yml #2

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

release will change over time, but your REQUIRE file says this package supports julia 0.5 so it should continue to be tested

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.26% when pulling db377c3e7a639395faa58f0ff1cc8a3f1144a1a1 on tkelman:travisver into 21ec8fff922ab5a7068871d5b30a0df1b48fc0ec on chakravala:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.26% when pulling db377c3e7a639395faa58f0ff1cc8a3f1144a1a1 on tkelman:travisver into 21ec8fff922ab5a7068871d5b30a0df1b48fc0ec on chakravala:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.26% when pulling db377c3e7a639395faa58f0ff1cc8a3f1144a1a1 on tkelman:travisver into 21ec8fff922ab5a7068871d5b30a0df1b48fc0ec on chakravala:master.

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   83.25%   83.25%           
=======================================
  Files           1        1           
  Lines         227      227           
=======================================
  Hits          189      189           
  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 21ec8ff...db377c3. Read the comment docs.

chakravala commented 7 years ago

so should I continue adding more release versions to test as they roll out? 0.6, 1.0, etc and also keep the previous ones like 0.5?

tkelman commented 7 years ago

Yep! Remove testing when you stop supporting a version by raising the minimum julia version in REQUIRE