diff --git a/Project.toml b/Project.toml index 84692e7..eb32353 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["metagenomics", "microbiome", "probabilistic-graphical-models", "hig license = "GPL-3.0" desc = "Inference of microbial interaction networks from large-scale heterogeneous abundance data" authors = ["Janko Tackmann "] -version = "0.17.1" +version = "0.18.0" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/README.md b/README.md index 3307bbd..57b7856 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FlashWeave # [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![Build Status](https://travis-ci.org/meringlab/FlashWeave.jl.svg?branch=master)](https://travis-ci.org/meringlab/FlashWeave.jl) +[![Build Status](https://travis-ci.com/meringlab/FlashWeave.jl.svg?branch=master)](https://travis-ci.com/github/meringlab/FlashWeave.jl) [![codecov](https://codecov.io/gh/meringlab/FlashWeave.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/meringlab/FlashWeave.jl) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) diff --git a/test/runtests.jl b/test/runtests.jl index df44fe3..c9f7fec 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,7 +9,7 @@ nprocs() == 1 && addprocs(1) test_modules = [ "io.jl", "preprocessing.jl", "contingency.jl", "statfuns.jl", "tests.jl", "misc.jl", "learning.jl"] -@testset "all modules in testset" begin +@testset "all modules in test set" begin @test Set(test_modules) == Set(filter(x -> endswith(x, ".jl") && x != "runtests.jl", readdir(pwd()))) end