build testing codecov report
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
a2d9b93093
commit
d5695761a9
|
@ -56,8 +56,7 @@ script:
|
|||
- echo "Checking that code is well-formatted"
|
||||
- make fmt_check
|
||||
after_success:
|
||||
- ls -l
|
||||
- bash <(curl -s https://codecov.io/bash) -f "../profile.cov"
|
||||
- bash <(curl -s https://codecov.io/bash) -f "../*.cov"
|
||||
branches:
|
||||
except:
|
||||
- gobot.io
|
||||
|
|
Loading…
Reference in New Issue