Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Jan 20, 2025
1 parent 61ee4ec commit 53cb324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53cb324

Please sign in to comment.