diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7ce1c7bc..0b01df01 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,7 +55,7 @@ jobs: - name: Run gcovr run: | - gcovr -root ${{env.TESTS_DIR}} --filter include/Simple-Utility --keep -j 4 \ + gcovr --root ${{env.TESTS_DIR}} --filter include/Simple-Utility --keep -j 4 \ --cobertura ${{env.COBERTURA_REPORT}} --cobertura-pretty \ --html-nested ${{env.HTML_REPORT_DIR}} --html-title "Simple-Utility Coverage Report" \ --coveralls ${{env.COVERALLS_REPORT}} --coveralls-pretty