From 2b99dcd9b6053e5a1093a22a8a67273dbe8766fd Mon Sep 17 00:00:00 2001 From: Fadi Imani <fadi.imani.etu@univ-lille.fr> Date: Tue, 2 Apr 2024 05:29:23 +0200 Subject: [PATCH] big project --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a6393c..c596378 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,13 +39,6 @@ job:test: - ls -l - ls -l bin - ./bin/ExampleTests -# - ls -l -# - cd CMakeFiles/ExampleTests.dir/ -# - ls -l -# - lcov -d . -c -o coverage.info -# - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info -# - lcov --list coverageFiltered.info -# coverage: '/Total:\|\s*([0-9.]+%)\s.*$/' job:coverage: @@ -53,7 +46,7 @@ job:coverage: script: # - cp tests/test.txt build # - cp tests/stopWords.txt build -# - cd build + - cd build # - ./bin/ExampleTests - ls -l - cd CMakeFiles/ExampleTests.dir/ -- GitLab