diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f76db2e..0364ac5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -152,12 +152,12 @@ jobs: bundle install # Install GCovr for Gcov plugin - - name: Install GCovr + - name: Install GCovr for Gcov plugin run: | pip install gcovr # Install ReportGenerator for Gcov plugin - - name: Install Ruby Testing Tools + - name: Install ReportGenerator for Gcov plugin run: | dotnet tool install --global dotnet-reportgenerator-globaltool @@ -202,8 +202,10 @@ jobs: # Job: Automatic Minor Releases # auto-release: - # name: "Automatic Minor Releases" - # needs: [unit-tests] + # name: "Automatic Minor Release" + # needs: + # - unit-tests-linux + # - unit-tests-windows # runs-on: ubuntu-latest # strategy: # matrix: diff --git a/assets/project_with_guts_gcov.yml b/assets/project_with_guts_gcov.yml index f3fdb06d..ac39a59f 100644 --- a/assets/project_with_guts_gcov.yml +++ b/assets/project_with_guts_gcov.yml @@ -232,7 +232,7 @@ :gcov: :utilities: - gcovr # Use gcovr to create the specified reports (default). - #- ReportGenerator # Use ReportGenerator to create the specified reports. + - ReportGenerator # Use ReportGenerator to create the specified reports. :reports: # Specify one or more reports to generate. # Make an HTML summary report. - HtmlBasic