From 53cb324cf1d63b69f2ed54f3d75f8d4125313218 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Mon, 20 Jan 2025 23:54:19 +0800 Subject: [PATCH] update --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index facda18..ca9ccde 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,8 +124,9 @@ jobs: ./tests/test_binaryVcfVsTxt.sh ./tests/test-against-previous-version.sh ./tests/test_binaryReproducible.sh - valgrind --leak-check=full -v --show-leak-kinds=all ./unit_tests_1 - coveralls --exclude lib --exclude tests --exclude src/random --exclude src/codeCogs/ --exclude src/export/ --gcov-options '\-lp' + # valgrind --leak-check=full -v --show-leak-kinds=all ./unit_tests_1 + # coveralls --exclude lib --exclude tests --exclude src/random --exclude src/codeCogs/ --exclude src/export/ --gcov-options '\-lp' + ./tests/test-coverage-coverall.sh - coveralls/upload workflows: