File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
buildPlatform : Any CPU
8
8
buildConfiguration : Release
9
9
version : 5.1.24
10
- dotnetSDKVersion : 7.0.306
10
+ dotnetSDKVersion : 7.0.400
11
11
nodeVersion : 18
12
12
13
13
jobs :
@@ -90,10 +90,13 @@ jobs:
90
90
with :
91
91
reports : ' src\target\reports\coverage\coverage.opencover.xml'
92
92
targetdir : ' src\target\reports\coverage'
93
- reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges'
93
+ reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;MarkdownSummaryGithub '
94
94
assemblyfilters : ' -xunit*'
95
95
license : ' ${{ secrets.REPORTGENERATOR_LICENSE }}'
96
96
97
+ - name : ' Publish coverage summary'
98
+ run : $env:GITHUB_STEP_SUMMARY = $env:GITHUB_STEP_SUMMARY = type .\src\target\reports\coverage\SummaryGithub.md
99
+
97
100
- name : ' Publish code coverage results'
98
101
uses : actions/upload-artifact@v3
99
102
with :
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7.0.306 " ,
3
+ "version" : " 7.0.400 " ,
4
4
"rollForward" : " latestMajor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments