* Added defaults parameter to clicon_rpc_get_pageable_list()
* Test: Replaced bash coverage script with binary
This commit is contained in:
parent
e3f3d772c7
commit
bae92488e9
6 changed files with 30 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ find . -name "*.gcda" | xargs sudo chmod 777
|
|||
(cd test; clixon_restconf="clixon_restconf -r" ./sum.sh)
|
||||
|
||||
# Push coverage
|
||||
bash <(curl -s https://codecov.io/bash) -t ${TOKEN}
|
||||
codecov -t ${CODECOV_TOKEN} -g -f *.gcda -r clicon/clixon.git
|
||||
|
||||
# Remove all coverage files (after gcov push)
|
||||
find . -name "*.gcda" | xargs rm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue