We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f6491 commit cc98c4aCopy full SHA for cc98c4a
.travis.yml
@@ -17,6 +17,8 @@ before_script:
17
- sleep 5
18
- python test/echonode.py &
19
20
+after_success:
21
+ - julia -e 'cd(Pkg.dir("RobotOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
22
after_script:
23
- killall roscore
24
- killall python
README.md
@@ -1,6 +1,7 @@
1
# RobotOS.jl
2
3
[](https://travis-ci.org/phobon/RobotOS.jl)
4
+[](https://coveralls.io/r/phobon/RobotOS.jl?branch=master)
5
6
## Overview
7
0 commit comments