Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from leethargo/test_cov
Browse files Browse the repository at this point in the history
Improve test coverage
  • Loading branch information
rschwarz authored Mar 13, 2019
2 parents 3ed8141 + 0a8895d commit 9412e1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ before_install:
script:
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("PipeLayout"); Pkg.test("PipeLayout"; coverage=true)'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'VERSION != v"1.1" && exit(0); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# PipeLayout.jl
[![Build Status](https://travis-ci.org/leethargo/PipeLayout.jl.svg?branch=master)](https://travis-ci.org/leethargo/PipeLayout.jl)
[![Coverage Status](https://coveralls.io/repos/github/leethargo/PipeLayout.jl/badge.svg?branch=master)](https://coveralls.io/github/leethargo/PipeLayout.jl?branch=master)
[![codecov](https://codecov.io/gh/leethargo/PipeLayout.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/leethargo/PipeLayout.jl)

Optimization methods for layout and design of (gas) pipeline networks.
Expand Down
2 changes: 1 addition & 1 deletion test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GLPKMathProgInterface
SCIP 0.6.1
SCIP 0.6.1 0.7
SCS

0 comments on commit 9412e1a

Please sign in to comment.