You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assemblyfilters: '+*'# Optional list of assemblies that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
99
+
classfilters: '+*'# Optional list of classes that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
100
+
filefilters: '+*'# Optional list of files that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
101
+
verbosity: 'Info'# The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
102
+
tag: '${{ github.run_number }}_${{ github.run_id }}'# Optional tag or build version.
103
+
license: ''# Optional license for PRO version. Get your license here: https://reportgenerator.io/pro
104
+
customSettings: ''# Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
105
+
toolpath: 'reportgeneratortool'# Default directory for installing the dotnet tool.
106
+
107
+
- name: Publish coverage in build summary # Only applicable if 'MarkdownSummaryGithub' or one of the other Markdown report types is generated
108
+
run: cat coveragereport/SummaryGithub.md >> $GITHUB_STEP_SUMMARY # Adjust path and filename if necessary
0 commit comments