diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 4587c17919..b3d14869fc 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - fix/gcov-tnr pull_request: jobs: diff --git a/src/tests/run-study-tests/actions_on_study/study_run.py b/src/tests/run-study-tests/actions_on_study/study_run.py index 9abafdb066..512ea0d0fc 100644 --- a/src/tests/run-study-tests/actions_on_study/study_run.py +++ b/src/tests/run-study-tests/actions_on_study/study_run.py @@ -20,7 +20,7 @@ def no_exception_raised_on_failure(self): def run(self): print("\nRunning the study") - solver_full_path = str(Path(self.solver_path).resolve()) + solver_full_path = "gcov " + str(Path(self.solver_path).resolve()) command = [solver_full_path, "-i", str(self.study_path)] if self.use_ortools: