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"
|
- echo "Checking that code is well-formatted"
|
||||||
- make fmt_check
|
- make fmt_check
|
||||||
after_success:
|
after_success:
|
||||||
- ls -l
|
- bash <(curl -s https://codecov.io/bash) -f "../*.cov"
|
||||||
- bash <(curl -s https://codecov.io/bash) -f "../profile.cov"
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- gobot.io
|
- gobot.io
|
||||||
|
|
Loading…
Reference in New Issue