Skip to content

Commit

Permalink
👷 Added reportgenerator to gcov tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 12, 2024
1 parent 4a74247 commit 7cfedd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion assets/project_with_guts_gcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfedd5

Please sign in to comment.