Skip to content

Commit 06e9be0

Browse files
authored
coverage
1 parent 5aa3cfd commit 06e9be0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,10 @@ jobs:
3030
run: dotnet build --no-restore
3131

3232
- name: Test
33-
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutput=codecoverage /p:CoverletOutputFormat=opencover
33+
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3434

3535

36-
- name: Copy and rename *.opencover.xml files to CoverageRoot using parts of the path
37-
run: |
38-
for %%f in (**\*.opencover.xml) do (
39-
set "filename=%%f"
40-
setlocal enabledelayedexpansion
41-
set "unique_name=!filename:\=_!"
42-
copy "%%f" "Coverage\!unique_name!"
43-
endlocal
44-
)
45-
shell: cmd
36+
4637

4738

4839

0 commit comments

Comments
 (0)