* Added defaults parameter to clicon_rpc_get_pageable_list()

* Test: Replaced bash coverage script with binary
This commit is contained in:
Olof hagsand 2022-09-28 15:16:02 +02:00
parent e3f3d772c7
commit bae92488e9
6 changed files with 30 additions and 6 deletions

View file

@ -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