justindressel / QuantumBayesian.jl

Julia package for simulating quantum evolution, including quantum Bayesian stochastic readout.
Other
13 stars 8 forks source link

use Pkg.clone(pwd()), not cloning from master on travis #3

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

if you always clone from master, then travis will not be testing the changes in any branch or pull request builds

codecov-io commented 7 years ago

Current coverage is 97.02% (diff: 100%)

Merging #3 into master will not change coverage

@@             master         #3   diff @@
==========================================
  Files             5          5          
  Lines           303        303          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            294        294          
  Misses            9          9          
  Partials          0          0          

Powered by Codecov. Last update eb3c1d5...e9aaaec

justindressel commented 7 years ago

Thanks!