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 a121c91 commit 18cffe0Copy full SHA for 18cffe0
.travis.yml
@@ -1,14 +1,17 @@
1
language: generic
2
3
before_script:
4
+ - gem install codecov
5
- git clone https://github.com/albfan/bashcov.git
6
- cd bashcov/
7
+ - git checkout debug
8
- gem build bashcov.gemspec
9
- gem install bashcov-1.2.1.gem
10
- cd ..
11
- rm -rf bashcov/
- - gem install codecov
12
- export PATH=$PATH:$PWD
13
14
script:
- - bashcov -r codecov:SimpleCov::Formatter::Codecov -- script.sh
15
+ - pwd
16
+ - ls
17
+ - bashcov -r codecov:SimpleCov::Formatter::Codecov -- script.sh
script.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
a_function(){
echo "$1"
if [ "$1" = "1" ];
0 commit comments