File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 sudo apt-get update
105105 curl -fsSL https://git.io/vHGMF | bash
106106 sudo apt-get install libcppunit-dev automake
107- sudo apt-get install valgrind
107+ sudo apt-get install valgrind lcov
108108 - run :
109109 name : Getting ready
110110 command : |
@@ -119,11 +119,11 @@ jobs:
119119 - run :
120120 name : Run tests
121121 command : |
122- ./tests/test_binary.sh
123- ./tests/testPOS.sh
124- ./tests/test_binaryVcfVsTxt.sh
125- ./tests/test-against-previous-version.sh
126- ./tests/test_binaryReproducible.sh
122+ # ./tests/test_binary.sh
123+ # ./tests/testPOS.sh
124+ # ./tests/test_binaryVcfVsTxt.sh
125+ # ./tests/test-against-previous-version.sh
126+ # ./tests/test_binaryReproducible.sh
127127 # valgrind --leak-check=full -v --show-leak-kinds=all ./unit_tests_1
128128 # coveralls --exclude lib --exclude tests --exclude src/random --exclude src/codeCogs/ --exclude src/export/ --gcov-options '\-lp'
129129 ./tests/test-coverage-coverall.sh
You can’t perform that action at this time.
0 commit comments