Skip to content

Commit cc98c4a

Browse files
committed
Add coveralls.io testing
1 parent a5f6491 commit cc98c4a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ before_script:
1717
- sleep 5
1818
- python test/echonode.py &
1919
- sleep 5
20+
after_success:
21+
- julia -e 'cd(Pkg.dir("RobotOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2022
after_script:
2123
- killall roscore
2224
- killall python

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RobotOS.jl
22

33
[![Build Status](https://travis-ci.org/phobon/RobotOS.jl.svg?branch=master)](https://travis-ci.org/phobon/RobotOS.jl)
4+
[![Coverage Status](https://coveralls.io/repos/phobon/RobotOS.jl/badge.svg?branch=master)](https://coveralls.io/r/phobon/RobotOS.jl?branch=master)
45

56
## Overview
67

0 commit comments

Comments
 (0)